1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

pythonPackages.libvirt: 6.8.0 -> 7.0.0

This commit is contained in:
Izorkin 2021-01-26 21:25:01 +03:00 committed by Jonathan Ringer
parent 7c90be596b
commit a3272d6df4

View file

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "libvirt";
version = "6.8.0";
version = "7.0.0";
src = assert version == libvirt.version; fetchFromGitLab {
owner = "libvirt";
repo = "libvirt-python";
rev = "v${version}";
sha256 = "sha256-A3eRfzQAfubyPefDlq5bAiFJ/G90D2JKdJO2Em0wE00=";
sha256 = "0vdvpqiypxis8wny7q39qps050zi13l66pnpa47040q6bar0d4xw";
};
nativeBuildInputs = [ pkg-config ];