Merge pull request #321500 from r-ryantm/auto-update/python311Packages.dnf4

python311Packages.dnf4: 4.20.0 -> 4.21.0
This commit is contained in:
Paul Meyer
2024-06-22 14:46:04 +02:00
committed by GitHub
@@ -18,7 +18,7 @@ in
buildPythonPackage rec {
pname = "dnf4";
version = "4.20.0";
version = "4.21.0";
format = "other";
outputs = [
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "rpm-software-management";
repo = "dnf";
rev = version;
hash = "sha256-0BwnUb0ZORjJmB70Jca/CnyysIOGB7azVzUUIGplmso=";
hash = "sha256-iDSjhAwas2ZljWN42/jG//Mu0HJYijCRqVTdnunjxkI=";
};
patches = [ ./fix-python-install-dir.patch ];