wal-e: Update from 0.6.9 to 0.6.10
This commit is contained in:
parent
155053bcd9
commit
f463f3813d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonPackage rec {
|
pythonPackages.buildPythonPackage rec {
|
||||||
name = "wal-e-${version}";
|
name = "wal-e-${version}";
|
||||||
version = "0.6.9";
|
version = "0.6.10";
|
||||||
|
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/wal-e/wal-e/archive/v${version}.tar.gz";
|
url = "https://github.com/wal-e/wal-e/archive/v${version}.tar.gz";
|
||||||
sha256 = "1yzz9hic8amq7mp0kh04hsmwisk5r374ddja5g8345bl8y3bzbgk";
|
sha256 = "1hms24xz7wx3b91vv56fhcc3j0cszwqwnmwhka4yl90202hvdir2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# needs tox
|
# needs tox
|
||||||
|
Loading…
Reference in New Issue
Block a user