python3Packages.mscerts: 2026.4.30 -> 2026.7.1

Diff: https://github.com/ralphje/mscerts/compare/2026.4.30...2026.7.1
This commit is contained in:
Fabian Affolter 2026-07-03 10:50:18 +02:00
commit 42f2ec4584

View file

@ -7,14 +7,14 @@
buildPythonPackage (finalAttrs: {
pname = "mscerts";
version = "2026.4.30";
version = "2026.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ralphje";
repo = "mscerts";
tag = finalAttrs.version;
hash = "sha256-S6YQt0PaY9OpFFrTcnHrak+8/x105Af7xLW5jln8GK0=";
hash = "sha256-fJ/+s0z3zIxHNfCxjDIuSlpQ6lBeT1xAVyveS0pjrR8=";
};
build-system = [ setuptools ];