Skip to content

Commit

Permalink
python311Packages.oslo-utils: 7.1.0 -> 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 5, 2024
1 parent 381a94c commit 9e51dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/oslo-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

buildPythonPackage rec {
pname = "oslo-utils";
version = "7.1.0";
version = "7.2.0";
pyproject = true;

src = fetchPypi {
pname = "oslo.utils";
inherit version;
hash = "sha256-XkLzOU0fH5duiZSsSgkYlm0vfq98dzgN1hLEpBSN2Y4=";
hash = "sha256-lPgFM5GjNQLatNhEZUAyYsoZ/9jP0poaXqPIqmIO9hA=";
};

postPatch = ''
Expand Down

0 comments on commit 9e51dcb

Please sign in to comment.