File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/scikit-hep-testdata Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515
1616buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments