python310Packages.logging-journald: 0.6.4 -> 0.6.5

Diff: https://github.com/mosquito/logging-journald/compare/refs/tags/0.6.4...0.6.5
This commit is contained in:
Fabian Affolter 2023-05-14 23:26:06 +02:00
parent e68bb9dc1e
commit 1064eb90c6

View File

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