Merge pull request #335005 from r-ryantm/auto-update/python312Packages.dnf4

python312Packages.dnf4: 4.21.0 -> 4.21.1
This commit is contained in:
Paul Meyer
2024-08-16 08:15:38 +02:00
committed by GitHub
@@ -18,7 +18,7 @@ in
buildPythonPackage rec {
pname = "dnf4";
version = "4.21.0";
version = "4.21.1";
format = "other";
outputs = [
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "rpm-software-management";
repo = "dnf";
rev = version;
hash = "sha256-iDSjhAwas2ZljWN42/jG//Mu0HJYijCRqVTdnunjxkI=";
hash = "sha256-VYQhOlLtEzWesrMZ/d6KW0OlUjz5MvoEmPy71qEUEL4=";
};
patches = [ ./fix-python-install-dir.patch ];