Skip to content

Commit 7f36fad

Browse files
authored
python312Packages.uproot: 5.6.1 -> 5.6.2 (#408540)
2 parents baf9421 + 74978da commit 7f36fad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/uproot/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
buildPythonPackage rec {
2929
pname = "uproot";
30-
version = "5.6.1";
30+
version = "5.6.2";
3131
pyproject = true;
3232

3333
src = fetchFromGitHub {
3434
owner = "scikit-hep";
3535
repo = "uproot5";
3636
tag = "v${version}";
37-
hash = "sha256-45u6Jky5NRrRVCEazte1gzAZfmFR9B/AYR2DHK85Rz0=";
37+
hash = "sha256-vCrXHnyvn7G9utfQzg2X81iNs8dnMip6e3Ex/2ZDtk0=";
3838
};
3939

4040
build-system = [

0 commit comments

Comments
 (0)