python313Packages.mscerts: 2024.5.29 -> 2025.2.26 (#385305)

authored by

Fabian Affolter and committed by
GitHub
39eaefb1 094c1df4

+2 -2
+2 -2
pkgs/development/python-modules/mscerts/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "mscerts"; 11 - version = "2024.5.29"; 11 + version = "2025.2.26"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "ralphje"; 18 18 repo = "mscerts"; 19 19 tag = version; 20 - hash = "sha256-1k0k5BSEyiJ1Brx7P+sgUQI63k1eT59edghnPVuCuZE="; 20 + hash = "sha256-W9F+M/fMsQB8vld6+m18NDTJr526N/AVHvgLrlVIfcI="; 21 21 }; 22 22 23 23 build-system = [ setuptools ];