python311Packages.podman: 4.7.0 -> 4.8.0
Diff: https://github.com/containers/podman-py/compare/refs/tags/v4.7.0...v4.8.0 Changelog: https://github.com/containers/podman-py/releases/tag/v4.8.0
This commit is contained in:
parent
6007641aff
commit
f8dd4aca87
@ -7,15 +7,15 @@
|
||||
, pyxdg
|
||||
, requests
|
||||
, requests-mock
|
||||
, rich
|
||||
, setuptools
|
||||
, tomli
|
||||
, urllib3
|
||||
, wheel
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "podman";
|
||||
version = "4.7.0";
|
||||
version = "4.8.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -24,17 +24,17 @@ buildPythonPackage rec {
|
||||
owner = "containers";
|
||||
repo = "podman-py";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-0p3o1pTqD5Y2JmyLcGS/OCb3HmRu5iqeFqoPlwAkNfY=";
|
||||
hash = "sha256-lw8ZW1Uh6pbL5Z15NBBgKFm1143rEyFdecBHsSwBYVo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyxdg
|
||||
requests
|
||||
rich
|
||||
tomli
|
||||
urllib3
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user