Merge pull request #100263 from p-h/pystemd-0.8.0

pystemd: 0.6.0 -> 0.8.0
This commit is contained in:
Florian Klink 2020-10-11 19:48:46 +02:00 committed by GitHub
commit 74c405617f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,13 +2,13 @@
python.pkgs.buildPythonPackage rec {
pname = "pystemd";
version = "0.6.0";
version = "0.8.0";
src = python.pkgs.fetchPypi {
inherit pname version;
sha256 = "054a3ni71paqa1xa786840z3kjixcgyqdbscyq8nfxp3hwn0gz5i";
sha256 = "0wlrid2xd73dmzl4m0jgg6cqmkx3qs9v9nikvwxd8a5b8chf9hna";
};
disabled = !python.pkgs.isPy3k;
disabled = python.pythonOlder "3.4";
buildInputs = [ systemd ];