about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-10-19 09:31:47 -0400
committerGitHub <noreply@github.com>2023-10-19 09:31:47 -0400
commit1f23afeab628b69d03c56e87196403583446f869 (patch)
treeafb2a78444c5348145748dfa314b04491f027d52
parent304d9b954cd216e3748ef5489d7450010cc9a9b7 (diff)
parentc30c388d48f300192fd0a26126156dd45d0e1324 (diff)
Merge pull request #261835 from r-ryantm/auto-update/python311Packages.scikit-hep-testdata
python311Packages.scikit-hep-testdata: 0.4.33 -> 0.4.34
-rw-r--r--pkgs/development/python-modules/scikit-hep-testdata/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/scikit-hep-testdata/default.nix b/pkgs/development/python-modules/scikit-hep-testdata/default.nix
index 96542b15f67ca..520c83575005f 100644
--- a/pkgs/development/python-modules/scikit-hep-testdata/default.nix
+++ b/pkgs/development/python-modules/scikit-hep-testdata/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "scikit-hep-testdata";
-  version = "0.4.33";
+  version = "0.4.34";
   format = "pyproject";
 
   disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "scikit-hep";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-IAi1LS6LqcvMR3dqNcppuyoMNM/hRT1eH+LZbczWW/M=";
+    hash = "sha256-kHpJXqFQI3vtDJIcH2ebzbaReHecwItDh73/NcoPk9A=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;