Skip to content

Commit

Permalink
python312Packages.scikit-hep-testdata: 0.5.0 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Jan 11, 2025
1 parent d9924f5 commit 430e618
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

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

src = fetchFromGitHub {
owner = "scikit-hep";
repo = "scikit-hep-testdata";
tag = "v${version}";
hash = "sha256-FIv3yC5Q3H1RXl0n32YH1UqaZiMuWHNcMPTSKLN+IkA=";
hash = "sha256-yG9ZeBKB0NcTZ8zU0iJTSwDvaafD+2FzkDk2dVYSJO8=";
};

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

0 comments on commit 430e618

Please sign in to comment.