python3Packages.nexia: 0.9.11 -> 0.9.12

This commit is contained in:
Martin Weinelt 2021-12-21 13:25:41 +01:00
parent ee239845b1
commit 624fd5a9d4

View file

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "nexia";
version = "0.9.11";
version = "0.9.12";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "bdraco";
repo = pname;
rev = version;
sha256 = "0ql08nfvh6rjhjdh78gzih7az95m0fc9wxc22yqmlc9grifnp9i5";
sha256 = "sha256-YZHAWRTYquUm3Ymi/3mSQqxYZuoxsH5Q/LZOPDftEzU=";
};
propagatedBuildInputs = [