python3Packages.nexia: 0.9.7 -> 0.9.8

This commit is contained in:
Fabian Affolter 2021-07-08 23:33:13 +02:00
parent 44188d6472
commit 02d3a3328b

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "nexia";
version = "0.9.7";
version = "0.9.8";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "bdraco";
repo = pname;
rev = version;
sha256 = "sha256-1oBrDr8QAUe6LLBliR/sNwDlLuisxOWPeI9sxuJtGxU=";
sha256 = "sha256-KjA3AnrMg4ySKSY2FDHVo0Zh9GoLUWiQDuUzo8d5At8=";
};
propagatedBuildInputs = [