python-libarchive: 3.0.4-5 -> 3.1.2-1
This commit is contained in:
parent
8a5c65abf4
commit
f2d6166781
@ -7846,12 +7846,12 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||||||
|
|
||||||
|
|
||||||
libarchive = buildPythonPackage rec {
|
libarchive = buildPythonPackage rec {
|
||||||
version = "3.0.4-5";
|
version = "3.1.2-1";
|
||||||
name = "libarchive-${version}";
|
name = "libarchive-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://python-libarchive.googlecode.com/files/python-libarchive-${version}.tar.gz";
|
url = "http://python-libarchive.googlecode.com/files/python-libarchive-${version}.tar.gz";
|
||||||
sha256 = "141yx9ym8gvybn67mw0lmgafzsd79rmd9l77lk0k6m2fzclqx1j5";
|
sha256 = "0j4ibc4mvq64ljya9max8832jafi04jciff9ia9qy0xhhlwkcx8x";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ pkgs.libarchive ];
|
propagatedBuildInputs = [ pkgs.libarchive ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user