mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 23:23:36 +00:00
Merge pull request #292283 from fabaff/mscerts-bump
python312Packages.mscerts: 2023.11.29 -> 2024.2.28
This commit is contained in:
commit
d68fc083b2
@ -6,7 +6,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mscerts";
|
||||
version = "2023.11.29";
|
||||
version = "2024.2.28";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
owner = "ralphje";
|
||||
repo = "mscerts";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-TNwpWxknCUcvXFy3UInrEx4iFZi/hLS7exvJBv3DlWo=";
|
||||
hash = "sha256-ReUDpax4tvw4ZCH8zOipelIPtHi7BdgLHI/r3FNpo1c=";
|
||||
};
|
||||
|
||||
# extras_require contains signify -> circular dependency
|
||||
|
Loading…
Reference in New Issue
Block a user