From 6e35478f2829d816d645f23e126c887f17be7759 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 29 Aug 2024 17:24:11 +0200 Subject: [PATCH] python312Packages.uproot: 5.3.11 -> 5.3.12 Diff: https://github.com/scikit-hep/uproot5/compare/refs/tags/v5.3.11...v5.3.12 Changelog: https://github.com/scikit-hep/uproot5/releases/tag/v5.3.12 --- pkgs/development/python-modules/uproot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/uproot/default.nix b/pkgs/development/python-modules/uproot/default.nix index 1a5bd07a01be..7806daf5ff7d 100644 --- a/pkgs/development/python-modules/uproot/default.nix +++ b/pkgs/development/python-modules/uproot/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { pname = "uproot"; - version = "5.3.11"; + version = "5.3.12"; pyproject = true; disabled = pythonOlder "3.8"; @@ -35,7 +35,7 @@ buildPythonPackage rec { owner = "scikit-hep"; repo = "uproot5"; rev = "refs/tags/v${version}"; - hash = "sha256-MQdSUB9m1BNg+/ybdNrho0V+LlNKavmFdBdBKLhHt2w="; + hash = "sha256-ozrC/I6CNHE/7S0ioL+ED9Vk6q0v3i4lNxv7ipvProk="; }; build-system = [