python310Packages.logging-journald: 0.6.3 -> 0.6.4

Diff: https://github.com/mosquito/logging-journald/compare/refs/tags/0.6.3...0.6.4
This commit is contained in:
Fabian Affolter 2022-12-17 18:17:42 +01:00
parent 410da1fec4
commit b79567b831

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "logging-journald";
version = "0.6.3";
version = "0.6.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "mosquito";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-jqwtmypugfiQW1loLUwUIjWjcRKyCaqJss2Z54wg67U=";
hash = "sha256-g8oDFuqTBVutS7Uq7JCN+SXYL7UEQ+7G2nxzndjKAh8=";
};
nativeBuildInputs = [