about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-11-29 10:33:09 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-11-29 10:33:09 +0100
commit899e8fce4d692b0f85f6208d18fc514790c82640 (patch)
tree5c0ecbc815e431b7a41b979ee2d903269ec0f8f6 /pkgs
parentedfc8acaaf859b5101dad724b953cd84615379bb (diff)
downloadnixlib-899e8fce4d692b0f85f6208d18fc514790c82640.tar
nixlib-899e8fce4d692b0f85f6208d18fc514790c82640.tar.gz
nixlib-899e8fce4d692b0f85f6208d18fc514790c82640.tar.bz2
nixlib-899e8fce4d692b0f85f6208d18fc514790c82640.tar.lz
nixlib-899e8fce4d692b0f85f6208d18fc514790c82640.tar.xz
nixlib-899e8fce4d692b0f85f6208d18fc514790c82640.tar.zst
nixlib-899e8fce4d692b0f85f6208d18fc514790c82640.zip
python311Packages.mscerts: 2023.8.23 -> 2023.11.29
Diff: https://github.com/ralphje/mscerts/compare/refs/tags/2023.8.23...2023.11.29
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/mscerts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mscerts/default.nix b/pkgs/development/python-modules/mscerts/default.nix
index bdf4fd1fd454..400e0c2774e8 100644
--- a/pkgs/development/python-modules/mscerts/default.nix
+++ b/pkgs/development/python-modules/mscerts/default.nix
@@ -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