python313Packages.mscerts: 2025.5.28 -> 2025.6.27

Diff: https://github.com/ralphje/mscerts/compare/refs/tags/2025.5.28...refs/tags/2025.6.27
This commit is contained in:
Fabian Affolter
2025-06-28 21:54:42 +02:00
parent 1cb4586a6a
commit 200c8b665b
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "mscerts";
version = "2025.5.28";
version = "2025.6.27";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ralphje";
repo = "mscerts";
tag = version;
hash = "sha256-FdREuLoUNL0uJczX5IDOFEWSo4YoYV7n0PnD+TJKcYY=";
hash = "sha256-By0gVlsVjgBREBGUOZjnKE9HTHC+zLZ4kUKIcN7/eKY=";
};
build-system = [ setuptools ];