nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.uproot: 5.0.0 -> 5.0.2

authored by

R. Ryantm and committed by
Dmitry Kalinkin
437b930f 0ed4d70d

+2 -2
+2 -2
pkgs/development/python-modules/uproot/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "uproot"; 20 - version = "5.0.0"; 20 + version = "5.0.2"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "scikit-hep"; 27 27 repo = "uproot5"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-3i6AUQKKWu5KOtfLdLK2LpgkHyiqG30Eiyy6OH4fjUY="; 29 + hash = "sha256-cklLbTO/EooQpq8vavKgloncSlyIX7DW+T9Cauyn6ng="; 30 30 }; 31 31 32 32 nativeBuildInputs = [