Skip to content

Commit

Permalink
python310Packages.podman: 4.8.1 -> 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 3, 2024
1 parent 97f2135 commit a602fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/podman/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "podman";
version = "4.8.1";
version = "4.8.2";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -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 = [
Expand Down

0 comments on commit a602fd2

Please sign in to comment.