python311Packages.asdf-transform-schemas: 0.3.0 -> 0.4.0

This commit is contained in:
Fabian Affolter 2023-10-20 09:22:03 +02:00
parent 4a9c023b89
commit f767506a40

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "asdf-transform-schemas";
version = "0.3.0";
version = "0.4.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "asdf_transform_schemas";
inherit version;
hash = "sha256-DPL/eyLMtAj+WN3ZskQaWbpz/jI+QW1ZueCkcop9LdY=";
hash = "sha256-3n/cP+41+5V/wylXh3oOnX3U0uhRvWMaclnxHCvSlMo=";
};
nativeBuildInputs = [