mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 02:33:25 +00:00
python310Packages.logging-journald: 0.6.1 -> 0.6.2
This commit is contained in:
parent
37a839d6f6
commit
1ed0f23ecb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user