python312Packages.axisregistry: 0.4.10 -> 0.4.11

This commit is contained in:
R. Ryantm
2024-08-09 02:21:56 +00:00
parent c3f597a013
commit 80f8748dd7
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "axisregistry";
version = "0.4.10";
version = "0.4.11";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-/N67VDr1ZFDRmZsxYCFT+KdUmc2ElgGNd8ljGWC5V0U=";
hash = "sha256-p1/ocmWqrCJ4CylRgen/DR0LeqcwIxB1jAauJbw8ygY=";
};
propagatedBuildInputs = [