Skip to content

Commit d046abc

Browse files
authored
python312Packages.scikit-hep-testdata: 0.4.47 -> 0.4.48 (#341626)
2 parents 2a19dcb + 80f6163 commit d046abc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/scikit-hep-testdata

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/scikit-hep-testdata/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "scikit-hep-testdata";
15-
version = "0.4.47";
15+
version = "0.4.48";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "scikit-hep";
2222
repo = "scikit-hep-testdata";
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-YCzqAe+TVNbPrHPxD/OjxkjmYCb5pZO0+l68xUJp72w=";
24+
hash = "sha256-B0YmO48aGDRsQ56+q7/Z6xquCNjbAQ55fkY6auvwB90=";
2525
};
2626

2727
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)