Skip to content

Commit

Permalink
python312Packages.scikit-hep-testdata: 0.4.40 -> 0.4.42
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Mar 22, 2024
1 parent 899c6f7 commit b1504df
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.40";
version = "0.4.42";
format = "pyproject";

disabled = pythonOlder "3.6";
Expand All @@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-6PUAam7eDWQOMS3SVIVJXvqQLBE187yUbkiyFZ+ojcU=";
hash = "sha256-2zUo/uGIQl0wSFWWxoTmttzUNq9rFGJRYr95PQJH/I8=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b1504df

Please sign in to comment.