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

launchpad/nixpkgs/master
R. RyanTM 3 years ago committed by Dmitry Kalinkin
parent a8ec48a4c7
commit 7316400695
  1. 4
      pkgs/development/python-modules/scikit-hep-testdata/default.nix

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "scikit-hep-testdata";
version = "0.4.6";
version = "0.4.7";
format = "pyproject";
# fetch from github as we want the data files
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scikit-hep";
repo = pname;
rev = "v${version}";
sha256 = "16y84nrs8zn0vnarrniqjwq1sp6yrs0mx7ma0rdvzjafasiak9vm";
sha256 = "0bydqgl7pxmj7nb952p08q64d15d8hbvfdnzkbx9wr71mw7cf3vm";
};
nativeBuildInputs = [

Loading…
Cancel
Save