python3Packages.asdf: 3.2.0 -> 3.4.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:02:56 +02:00
parent ebed667317
commit bcdb33e59c
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "asdf";
version = "3.2.0";
version = "3.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "asdf-format";
repo = "asdf";
rev = "refs/tags/${version}";
hash = "sha256-r+cEv6g7fq3I/h2mlszzJRQcazy7qP9pg0hfYG/Sa9E=";
hash = "sha256-2ugrByX2eSac68RGc4mhPiYP8qnYoPwbhrMmvUr2FYg=";
};
build-system = [