forked from mirrors/nixpkgs
obnam: Update from 1.6.1 to 1.8
This commit is contained in:
parent
93593a09b6
commit
bdea35d98b
|
@ -2,13 +2,13 @@
|
|||
|
||||
pythonPackages.buildPythonPackage rec {
|
||||
name = "obnam-${version}";
|
||||
version = "1.6.1";
|
||||
version = "1.8";
|
||||
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl rec {
|
||||
url = "http://code.liw.fi/debian/pool/main/o/obnam/obnam_${version}.orig.tar.gz";
|
||||
sha256 = "0415njniqpy3xhvibpm82i9alrp2fw3lsnm15h7vqkkvgp8s5g39";
|
||||
sha256 = "0190yz65hfdq69xws4h1izxz59by0b437d7z1l4cf5ixkv16j17p";
|
||||
};
|
||||
|
||||
buildInputs = [ pythonPackages.sphinx attr ];
|
||||
|
|
|
@ -9051,11 +9051,11 @@ rec {
|
|||
|
||||
cliapp = buildPythonPackage rec {
|
||||
name = "cliapp-${version}";
|
||||
version = "1.20130808";
|
||||
version = "1.20140719";
|
||||
|
||||
src = fetchurl rec {
|
||||
url = "http://code.liw.fi/debian/pool/main/p/python-cliapp/python-cliapp_${version}.orig.tar.gz";
|
||||
sha256 = "0i9fqkahrc16mnxjw8fcr4hwrq3ibfrj2lzzbzzb7v5yk5dlr532";
|
||||
sha256 = "0kxl2q85n4ggvbw2m8crl11x8n637mx6y3a3b5ydw8nhlsiqijgp";
|
||||
};
|
||||
|
||||
buildInputs = [ sphinx ];
|
||||
|
|
Loading…
Reference in a new issue