Skip to content

Commit

Permalink
python310Packages.uproot: 5.0.11 -> 5.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Sep 25, 2023
1 parent 5d20a2b commit 99eb0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/uproot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "uproot";
version = "5.0.11";
version = "5.0.12";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "uproot5";
rev = "refs/tags/v${version}";
hash = "sha256-qp1iffElJSAwqaycelnILBzeW8kG7Yy0R1bjMumW8UU=";
hash = "sha256-5RJPRrnPRRj1KXeyCqrGwaurXPx0aT6gso1o7gQ1aNs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 99eb0f3

Please sign in to comment.