dnf-plugins-core: 4.10.0 -> 4.10.1

Signed-off-by: Paul Meyer <katexochen0@gmail.com>

Changed files
+2 -2
pkgs
development
python-modules
dnf-plugins-core
+2 -2
pkgs/development/python-modules/dnf-plugins-core/default.nix
···
buildPythonPackage rec {
pname = "dnf-plugins-core";
-
version = "4.10.0";
+
version = "4.10.1";
format = "other";
outputs = [
···
owner = "rpm-software-management";
repo = "dnf-plugins-core";
tag = version;
-
hash = "sha256-7MPCLnclRT07m6CrGguDxSB+sIybp4tMcExU9+Sz9EM=";
+
hash = "sha256-nZyM61bQ9L4t3/fa9cP+xo9ke00e6w2Obt80OpqOG8A=";
};
postPatch = ''