python312Packages.axisregistry: 0.4.9 -> 0.4.10

This commit is contained in:
R. Ryantm
2024-07-14 07:28:32 +00:00
parent 0ea5202cc3
commit 42ee7a84eb
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "axisregistry";
version = "0.4.9";
version = "0.4.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-obpjiX86fzokao7UWQUXgarKYRNdxplr6/r2D2d7DCI=";
hash = "sha256-/N67VDr1ZFDRmZsxYCFT+KdUmc2ElgGNd8ljGWC5V0U=";
};
propagatedBuildInputs = [