about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-01-13 10:36:53 -0500
committerGitHub <noreply@github.com>2024-01-13 10:36:53 -0500
commit38cb2cf9734fd73273ddde626686d648c5041c9e (patch)
tree1e03773b8a84a522f324610df34a386b764b9b9d /pkgs/development
parent3ecd57348900f0bce966bd4cee7edde8934f2194 (diff)
parentf6e46966aba205b5c69eaca637c0f88cbe5f21b2 (diff)
Merge pull request #280692 from fabaff/podman-bump
python311Packages.podman: 4.8.1 -> 4.8.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/podman/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/podman/default.nix b/pkgs/development/python-modules/podman/default.nix
index a76e6559b69ef..3279c4212ceee 100644
--- a/pkgs/development/python-modules/podman/default.nix
+++ b/pkgs/development/python-modules/podman/default.nix
@@ -15,7 +15,7 @@
 
 buildPythonPackage rec {
   pname = "podman";
-  version = "4.8.1";
+  version = "4.8.2";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
     owner = "containers";
     repo = "podman-py";
     rev = "refs/tags/v${version}";
-    hash = "sha256-KecYH3fUaWNXx6WQ0NFmEm8o4OkOyYfSHIAh2p+Am1k=";
+    hash = "sha256-XJ+KD3HM+Sygq8Oxht80G9DnZadvR3fFyXrJsWny65g=";
   };
 
   nativeBuildInputs = [