We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafef50 commit 80f6163Copy full SHA for 80f6163
pkgs/development/python-modules/scikit-hep-testdata/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "scikit-hep-testdata";
15
- version = "0.4.47";
+ version = "0.4.48";
16
pyproject = true;
17
18
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "scikit-hep";
22
repo = "scikit-hep-testdata";
23
rev = "refs/tags/v${version}";
24
- hash = "sha256-YCzqAe+TVNbPrHPxD/OjxkjmYCb5pZO0+l68xUJp72w=";
+ hash = "sha256-B0YmO48aGDRsQ56+q7/Z6xquCNjbAQ55fkY6auvwB90=";
25
};
26
27
build-system = [ setuptools-scm ];
0 commit comments