python311Packages.podman: 4.9.0 -> 5.0.0

This commit is contained in:
R. Ryantm 2024-03-23 09:44:20 +00:00
parent 476a33c53d
commit 60435b7315
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "podman";
version = "4.9.0";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "containers";
repo = "podman-py";
rev = "refs/tags/v${version}";
hash = "sha256-fLuWOfv4kW5a9h658s8pBgXsBfcYdkXNp9+bWtgKHv8=";
hash = "sha256-3tbhTg060/K4ejT/xjItSu9zf05LR/d0vkg4XDsspEE=";
};
nativeBuildInputs = [