Merge pull request #315802 from fabaff/mscerts-bump

python311Packages.mscerts: 2024.3.27 -> 2024.5.29
This commit is contained in:
Fabian Affolter
2024-05-30 14:01:35 +02:00
committed by GitHub
@@ -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 ];