python311Packages.mscerts: 2024.3.27 -> 2024.5.29

Diff: https://github.com/ralphje/mscerts/compare/refs/tags/2024.3.27...2024.5.29
This commit is contained in:
Fabian Affolter 2024-05-30 07:45:05 +02:00
parent 33ce263359
commit b74cb6788c

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "mscerts";
version = "2024.3.27";
version = "2024.5.29";
pyproject = true;
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ralphje";
repo = "mscerts";
rev = "refs/tags/${version}";
hash = "sha256-Hucf3tToYm3P6ebKNlUs5V+X1B95u9P2UC1yOItZOhc=";
hash = "sha256-1k0k5BSEyiJ1Brx7P+sgUQI63k1eT59edghnPVuCuZE=";
};
build-system = [ setuptools ];