python3Packages.pyeight: 0.1.5 -> 0.1.7

This commit is contained in:
Fabian Affolter 2021-07-01 20:20:51 +02:00 committed by Jonathan Ringer
parent dab075049a
commit 7a116c3e84

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyeight";
version = "0.1.5";
version = "0.1.7";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "mezz64";
repo = "pyEight";
rev = version;
sha256 = "1wzmjqs8zx611b71ip7a0phyas96vxpq8xpnhrirfi9l09kdjgsw";
sha256 = "sha256-kTxd6nRsPvCjrXApjKcoghOISIMho5x9/kK7OvHjKQM=";
};
propagatedBuildInputs = [