mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
dnf-plugins-core: 4.8.0 -> 4.9.0
This commit is contained in:
parent
e88a41614f
commit
9b01303503
|
@ -23,7 +23,7 @@ in
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dnf-plugins-core";
|
||||
version = "4.8.0";
|
||||
version = "4.9.0";
|
||||
format = "other";
|
||||
|
||||
outputs = [
|
||||
|
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||
owner = "rpm-software-management";
|
||||
repo = "dnf-plugins-core";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-8RkTSO+F5fc3T8r79PRoW5KfEG2DmIzN2ylC9Np6LrQ=";
|
||||
hash = "sha256-MQ7QZ5qn/0OU0slohwEP83w8NvSP2M+hpCDKvYqlezY=";
|
||||
};
|
||||
|
||||
patches = [ ./fix-python-install-dir.patch ];
|
||||
|
|
Loading…
Reference in a new issue