mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
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 {
|
||||
version = "3.0.4-5";
|
||||
version = "3.1.2-1";
|
||||
name = "libarchive-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://python-libarchive.googlecode.com/files/python-libarchive-${version}.tar.gz";
|
||||
sha256 = "141yx9ym8gvybn67mw0lmgafzsd79rmd9l77lk0k6m2fzclqx1j5";
|
||||
sha256 = "0j4ibc4mvq64ljya9max8832jafi04jciff9ia9qy0xhhlwkcx8x";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pkgs.libarchive ];
|
||||
|
Loading…
Reference in New Issue
Block a user