Skip to content

Commit df85f5d

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.scikit-hep-testdata: 0.5.2 -> 0.5.3
1 parent 8fe0b9d commit df85f5d

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515

1616
buildPythonPackage rec {
1717
pname = "scikit-hep-testdata";
18-
version = "0.5.2";
18+
version = "0.5.3";
1919
pyproject = true;
2020

2121
src = fetchFromGitHub {
2222
owner = "scikit-hep";
2323
repo = "scikit-hep-testdata";
2424
tag = "v${version}";
25-
hash = "sha256-yG9ZeBKB0NcTZ8zU0iJTSwDvaafD+2FzkDk2dVYSJO8=";
25+
hash = "sha256-T325BqQquuTwSKaei4O+UBzzB+OIXhubdPNaBmVkrCk=";
2626
};
2727

2828
build-system = [ setuptools-scm ];
@@ -41,7 +41,7 @@ buildPythonPackage rec {
4141
meta = {
4242
homepage = "https://github.com/scikit-hep/scikit-hep-testdata";
4343
description = "Common package to provide example files (e.g., ROOT) for testing and developing packages against";
44-
changelog = "https://github.com/scikit-hep/scikit-hep-testdata/releases/tag/v${version}";
44+
changelog = "https://github.com/scikit-hep/scikit-hep-testdata/releases/tag/${src.tag}";
4545
license = lib.licenses.bsd3;
4646
maintainers = with lib.maintainers; [ veprbl ];
4747
};

0 commit comments

Comments
 (0)