Unverified Commit 1458913e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #231928 from fabaff/logging-journald-bump

python310Packages.logging-journald: 0.6.4 -> 0.6.5
parents a538f291 1064eb90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

buildPythonPackage rec {
  pname = "logging-journald";
  version = "0.6.4";
  version = "0.6.5";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "mosquito";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-g8oDFuqTBVutS7Uq7JCN+SXYL7UEQ+7G2nxzndjKAh8=";
    hash = "sha256-EyKXc/Qr9mRFngDqbCPNVs/0eD9OCbQq0FbymA6kpLQ=";
  };

  nativeBuildInputs = [