Commit cdf2296c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pystemd: 0.13.4 -> 0.15.3

https://github.com/systemd/pystemd/releases/tag/v0.15.3

This commit was automatically generated using update-python-libraries.
parent 9554aace
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pystemd";
  version = "0.13.4";
  version = "0.15.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "systemd";
    repo = "pystemd";
    tag = "v${version}";
    hash = "sha256-Ph0buiyH2cLRXyqgA8DmpE9crb/x8OaerIoZuv8hjMI=";
    hash = "sha256-qFBa2hIcF0hyb+QyVpFG0qOpWsVVVTGCqgfChic6JCI=";
  };

  buildInputs = [ systemd ];