mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
python3Packages.xdg: 4.0.1 -> 5.0.1
This commit is contained in:
parent
bb243b19e8
commit
a4bb38462f
|
@ -1,11 +1,11 @@
|
||||||
{ lib, buildPythonPackage, fetchFromGitHub, isPy27
|
{ lib, buildPythonPackage, fetchFromGitHub, isPy27
|
||||||
, clikit
|
, clikit
|
||||||
, poetry
|
, poetry-core
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "4.0.1";
|
version = "5.0.1";
|
||||||
pname = "xdg";
|
pname = "xdg";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
@ -14,10 +14,10 @@ buildPythonPackage rec {
|
||||||
owner = "srstevenson";
|
owner = "srstevenson";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "13kgnbwam6wmdbig0m98vmyjcqrp0j62nmfknb6prr33ns2nxbs2";
|
sha256 = "sha256-WMY9Hs9SbErTp8hVBoCWTz4dLQhuzqTRpXFEyE7+woo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ poetry ];
|
nativeBuildInputs = [ poetry-core ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
clikit
|
clikit
|
||||||
|
|
Loading…
Reference in a new issue