python311Packages.dnf4: 4.20.0 -> 4.21.0

This commit is contained in:
R. Ryantm
2024-06-21 12:45:14 +00:00
parent 197496f33c
commit 5bd1ea797d
@@ -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 ];