python38Packages.scikit-hep-testdata: 0.4.6 -> 0.4.7

authored by

R. RyanTM and committed by
Dmitry Kalinkin
73164006 a8ec48a4

+2 -2
+2 -2
pkgs/development/python-modules/scikit-hep-testdata/default.nix
··· 11 12 buildPythonPackage rec { 13 pname = "scikit-hep-testdata"; 14 - version = "0.4.6"; 15 format = "pyproject"; 16 17 # fetch from github as we want the data files ··· 20 owner = "scikit-hep"; 21 repo = pname; 22 rev = "v${version}"; 23 - sha256 = "16y84nrs8zn0vnarrniqjwq1sp6yrs0mx7ma0rdvzjafasiak9vm"; 24 }; 25 26 nativeBuildInputs = [
··· 11 12 buildPythonPackage rec { 13 pname = "scikit-hep-testdata"; 14 + version = "0.4.7"; 15 format = "pyproject"; 16 17 # fetch from github as we want the data files ··· 20 owner = "scikit-hep"; 21 repo = pname; 22 rev = "v${version}"; 23 + sha256 = "0bydqgl7pxmj7nb952p08q64d15d8hbvfdnzkbx9wr71mw7cf3vm"; 24 }; 25 26 nativeBuildInputs = [