Skip to content

Commit

Permalink
Merge pull request #320925 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.dnf-plugins-core

python311Packages.dnf-plugins-core: 4.7.0 -> 4.8.0
  • Loading branch information
katexochen committed Jun 19, 2024
2 parents d3f0e47 + b9dba82 commit ca799e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/dnf-plugins-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ in

buildPythonPackage rec {
pname = "dnf-plugins-core";
version = "4.7.0";
version = "4.8.0";
format = "other";

outputs = [
Expand All @@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "rpm-software-management";
repo = "dnf-plugins-core";
rev = "refs/tags/${version}";
hash = "sha256-AQnnXjkUajztbyoKzKhxiKxZsb2o2+7C15fsrxGkWcM=";
hash = "sha256-8RkTSO+F5fc3T8r79PRoW5KfEG2DmIzN2ylC9Np6LrQ=";
};

patches = [ ./fix-python-install-dir.patch ];
Expand Down

0 comments on commit ca799e7

Please sign in to comment.