Merge pull request #306788 from katexochen/dnf4/4-20-0

dnf4: 4.19.2 -> 4.20.0
This commit is contained in:
Weijia Wang 2024-04-27 05:33:59 +02:00 committed by GitHub
commit 91bd5a550b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
, python
, rpm
, sphinx
, nix-update-script
}:
let
@ -16,7 +17,7 @@ in
buildPythonPackage rec {
pname = "dnf4";
version = "4.19.2";
version = "4.20.0";
format = "other";
outputs = [ "out" "man" "py" ];
@ -25,7 +26,7 @@ buildPythonPackage rec {
owner = "rpm-software-management";
repo = "dnf";
rev = version;
hash = "sha256-2voBauWXPoHWBt58vZfgpO1oWBDDZ+DvWN6jb5qOzFg=";
hash = "sha256-0BwnUb0ZORjJmB70Jca/CnyysIOGB7azVzUUIGplmso=";
};
patches = [
@ -88,6 +89,8 @@ buildPythonPackage rec {
moveToOutput "lib/${python.libPrefix}" "$py"
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Package manager based on libdnf and libsolv. Replaces YUM";
homepage = "https://github.com/rpm-software-management/dnf";