python3Packages.nexia: 0.9.6 -> 0.9.7

This commit is contained in:
Fabian Affolter 2021-05-29 11:58:12 +02:00 committed by Martin Weinelt
parent 2f76491b28
commit 0bfdf9aa0e

View File

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