Merge pull request #129691 from fabaff/bump-nexia

This commit is contained in:
Sandro 2021-07-09 11:22:43 +02:00 committed by GitHub
commit 46bdc9017c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [