mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 00:54:40 +00:00
python311Packages.dnf-plugins-core: 4.5.0 -> 4.6.0
This commit is contained in:
parent
f7a8b88715
commit
e094c14b48
@ -22,7 +22,7 @@ in
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dnf-plugins-core";
|
||||
version = "4.5.0";
|
||||
version = "4.6.0";
|
||||
format = "other";
|
||||
|
||||
outputs = [ "out" "man" ];
|
||||
@ -31,7 +31,7 @@ buildPythonPackage rec {
|
||||
owner = "rpm-software-management";
|
||||
repo = "dnf-plugins-core";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-og20X2AUzoOphwF+508EobGEp/VYLtxWY7N4k327o8o=";
|
||||
hash = "sha256-7LaI5EungJrOPgxDzK/pi4X+D3PPsrbIjYdCknKIiHA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user