Merge pull request #320925 from r-ryantm/auto-update/python311Packages.dnf-plugins-core

python311Packages.dnf-plugins-core: 4.7.0 -> 4.8.0
This commit is contained in:
Paul Meyer 2024-06-19 10:19:39 +02:00 committed by GitHub
commit ca799e7b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ in
buildPythonPackage rec {
pname = "dnf-plugins-core";
version = "4.7.0";
version = "4.8.0";
format = "other";
outputs = [
@ -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 ];