1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

python310Packages.uproot: 5.0.11 -> 5.0.12

This commit is contained in:
R. Ryantm 2023-09-25 13:03:54 +00:00 committed by Dmitry Kalinkin
parent 5d20a2b99a
commit 99eb0f3469

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "uproot";
version = "5.0.11";
version = "5.0.12";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = "uproot5";
rev = "refs/tags/v${version}";
hash = "sha256-qp1iffElJSAwqaycelnILBzeW8kG7Yy0R1bjMumW8UU=";
hash = "sha256-5RJPRrnPRRj1KXeyCqrGwaurXPx0aT6gso1o7gQ1aNs=";
};
nativeBuildInputs = [