Merge pull request #37099 from ryantm/auto-update/s3ql

s3ql: 2.21 -> 2.26
This commit is contained in:
Rushmore Mushambi 2018-03-15 22:11:38 +02:00 committed by GitHub
commit 208abe9ae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
python3Packages.buildPythonApplication rec {
name = "${pname}-${version}";
pname = "s3ql";
version = "2.21";
version = "2.26";
src = fetchurl {
url = "https://bitbucket.org/nikratio/${pname}/downloads/${name}.tar.bz2";
sha256 = "1mifmxbsxc2rcrydk2vs5cjfd5r0510q5y7rmavlzi8grpcqdf3d";
sha256 = "0xs1jbak51zwjrd6jmd96xl3a3jpw0p1s05f7sw5wipvvg0xnmfn";
};
buildInputs = [ which ]; # tests will fail without which