Commit a1d014f8 authored by Paul Meyer's avatar Paul Meyer
Browse files

dnf4: 4.19.2 -> 4.20.0

parent 2b065609
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [