lol

Merge pull request #187663 from r-ryantm/auto-update/python3.10-asdf

python310Packages.asdf: 2.12.1 -> 2.13.0

authored by

Fabian Affolter and committed by
GitHub
5c91de51 70da4f91

+3 -3
+3 -3
pkgs/development/python-modules/asdf/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "asdf"; 23 - version = "2.12.1"; 23 + version = "2.13.0"; 24 24 format = "pyproject"; 25 25 26 - disabled = pythonOlder "3.7"; 26 + disabled = pythonOlder "3.8"; 27 27 28 28 src = fetchPypi { 29 29 inherit pname version; 30 - hash = "sha256-0qXRYWXKC17JiL1D+jjuGVoOGAJuGbJje7OZyd2k3o8="; 30 + hash = "sha256-MuKmmlPRcB/EYW6AD7Pa/4G7rYAYMqe/Vj47Ycn+Pf4="; 31 31 }; 32 32 33 33 nativeBuildInputs = [