python312Packages.dnf4: 4.21.0 -> 4.21.1

This commit is contained in:
R. Ryantm
2024-08-16 02:35:07 +00:00
parent dcf83de08c
commit dac3226b9d
@@ -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 ];