python311Packages.mscerts: 2023.8.23 -> 2023.11.29
Diff: https://github.com/ralphje/mscerts/compare/refs/tags/2023.8.23...2023.11.29
This commit is contained in:
parent
edfc8acaaf
commit
899e8fce4d
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "mscerts";
|
||||
version = "2023.8.23";
|
||||
version = "2023.11.29";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||
owner = "ralphje";
|
||||
repo = "mscerts";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Oc02yi7N2W/DekmTxdYllN6UBD1phbVdSBN2dcPo1oI=";
|
||||
hash = "sha256-TNwpWxknCUcvXFy3UInrEx4iFZi/hLS7exvJBv3DlWo=";
|
||||
};
|
||||
|
||||
# extras_require contains signify -> circular dependency
|
||||
|
|
Loading…
Reference in a new issue