mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
4d5600ee3b
commit
42f2ec4584
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue