Skip to content

Commit

Permalink
python312Packages.scikit-hep-testdata: 0.4.48 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 19, 2024
1 parent 23e89b7 commit 093c965
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.48";
version = "0.5.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "scikit-hep-testdata";
rev = "refs/tags/v${version}";
hash = "sha256-B0YmO48aGDRsQ56+q7/Z6xquCNjbAQ55fkY6auvwB90=";
hash = "sha256-FIv3yC5Q3H1RXl0n32YH1UqaZiMuWHNcMPTSKLN+IkA=";
};

build-system = [ setuptools-scm ];
Expand Down

0 comments on commit 093c965

Please sign in to comment.