python310Packages.logging-journald: 0.6.1 -> 0.6.2

This commit is contained in:
Fabian Affolter 2022-09-23 01:02:43 +02:00
parent 37a839d6f6
commit 1ed0f23ecb

View File

@ -1,21 +1,19 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchPypi
, pythonOlder
}:
buildPythonPackage rec {
pname = "logging-journald";
version = "0.6.1";
version = "0.6.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "mosquito";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-lR2bRtw9kUY/22ij5Ge79nY4hzEq9zRl+GhFPZHW/0E=";
src = fetchPypi {
inherit pname version;
hash = "sha256-U6kqAvMSyLDbThc6wAN/ri0vmt/vAxgFFZT65Csbpss=";
};
# Circular dependency with aiomisc