dnf4: 4.19.2 -> 4.20.0

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2024-04-25 16:31:11 +02:00
parent 2b065609b0
commit a1d014f8f5
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ in
buildPythonPackage rec {
pname = "dnf4";
version = "4.19.2";
version = "4.20.0";
format = "other";
outputs = [ "out" "man" "py" ];
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "rpm-software-management";
repo = "dnf";
rev = version;
hash = "sha256-2voBauWXPoHWBt58vZfgpO1oWBDDZ+DvWN6jb5qOzFg=";
hash = "sha256-0BwnUb0ZORjJmB70Jca/CnyysIOGB7azVzUUIGplmso=";
};
patches = [