python3Packages.hyppo: 0.1.3 -> 0.2.1

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:50 -07:00 committed by Frederik Rietdijk
parent abd15fed80
commit 1fe16b6e4d

View File

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hyppo"; pname = "hyppo";
version = "0.1.3"; version = "0.2.1";
disabled = isPy27; disabled = isPy27;
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "neurodata"; owner = "neurodata";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0qdnb1l4hz4dgwhapz1fp9sb2vxxvr8h2ngsbvyf50h3kapcn19r"; sha256 = "0izjc68rb6sr3x55c3zzraakzspgzh80qykfax9zj868zypfm365";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [