Merge pull request #334963 from r-ryantm/auto-update/dnf-plugins-core

dnf-plugins-core: 4.8.0 -> 4.9.0
This commit is contained in:
Paul Meyer 2024-08-16 08:10:57 +02:00 committed by GitHub
commit 0faec3a164
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.8.0";
version = "4.9.0";
format = "other";
outputs = [
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "rpm-software-management";
repo = "dnf-plugins-core";
rev = "refs/tags/${version}";
hash = "sha256-8RkTSO+F5fc3T8r79PRoW5KfEG2DmIzN2ylC9Np6LrQ=";
hash = "sha256-MQ7QZ5qn/0OU0slohwEP83w8NvSP2M+hpCDKvYqlezY=";
};
patches = [ ./fix-python-install-dir.patch ];