3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #176689 from r-ryantm/auto-update/python310Packages.asdf

python310Packages.asdf: 2.11.1 -> 2.12.0
This commit is contained in:
Fabian Affolter 2022-06-07 14:00:23 +02:00 committed by GitHub
commit 6b29ae362f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "asdf";
version = "2.11.1";
version = "2.12.0";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-1uDRoS9nyZCLPdbiAQBADoiwqaVBzj1NMpZXdJQYoxQ=";
hash = "sha256-WRSDTQd7o79ouar9xka58nzl5W4cJBFn1GHe5DsQI+k=";
};
nativeBuildInputs = [