Merge pull request #291944 from r-ryantm/auto-update/python311Packages.dnf-plugins-core
python311Packages.dnf-plugins-core: 4.4.4 -> 4.5.0
This commit is contained in:
commit
796f010d61
1 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ in
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dnf-plugins-core";
|
pname = "dnf-plugins-core";
|
||||||
version = "4.4.4";
|
version = "4.5.0";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
outputs = [ "out" "man" ];
|
outputs = [ "out" "man" ];
|
||||||
|
@ -30,8 +30,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rpm-software-management";
|
owner = "rpm-software-management";
|
||||||
repo = "dnf-plugins-core";
|
repo = "dnf-plugins-core";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-SGgUozOAU6h87SguXh+13CxV4GnVhdN3SpwKfDPh2GY=";
|
hash = "sha256-og20X2AUzoOphwF+508EobGEp/VYLtxWY7N4k327o8o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue