Skip to content

Commit

Permalink
Merge pull request #324882 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.oslo-utils

python311Packages.oslo-utils: 7.1.0 -> 7.2.0
  • Loading branch information
SuperSandro2000 authored Jul 6, 2024
2 parents 3203320 + 9e51dcb commit ed6cd72
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 ed6cd72

Please sign in to comment.