obnam: Update to 1.3

Supporting packages also updated.
This commit is contained in:
Rickard Nilsson 2013-01-03 13:25:02 +01:00
parent 9cc281d5e8
commit 869a222062
2 changed files with 14 additions and 10 deletions

View File

@ -1,12 +1,14 @@
{ stdenv, fetchurl, python, pythonPackages, pycrypto, attr }: { stdenv, fetchurl, python, pythonPackages, pycrypto, attr }:
pythonPackages.buildPythonPackage { pythonPackages.buildPythonPackage rec {
name = "obnam-1.2"; name = "obnam-${version}";
version = "1.3";
namePrefix = ""; namePrefix = "";
src = fetchurl rec { src = fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/o/obnam/obnam_1.2.orig.tar.gz"; url = "http://code.liw.fi/debian/pool/main/o/obnam/obnam_${version}.orig.tar.gz";
sha256 = "33457452726d5c393d98c565b8e1ab3ac11276cc42bf67c4eee6c4e4ac9976d6"; sha256 = "1hmi58knv7qjw6jr5m28sip5gwzavk87i3s77xk72anaxhvf4g8w";
}; };
buildInputs = [ pythonPackages.sphinx attr ]; buildInputs = [ pythonPackages.sphinx attr ];

View File

@ -3253,11 +3253,12 @@ let pythonPackages = python.modules // rec {
# }; # };
cliapp = buildPythonPackage rec { cliapp = buildPythonPackage rec {
name = "cliapp-1.20120929"; name = "cliapp-${version}";
version = "1.20121216";
src = fetchurl rec { src = fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/p/python-cliapp/python-cliapp_1.20120929.orig.tar.gz"; url = "http://code.liw.fi/debian/pool/main/p/python-cliapp/python-cliapp_${version}.orig.tar.gz";
sha256 = "30d5077e53b3e45f892b1c49feaaf4f47e4664400ed71435e77a82a2b823a0f8"; sha256 = "1bzvc4aj3w8g85qycwz1jxa73jj8rl6zrgd4hi78kr4dgslcfns5";
}; };
buildInputs = [ sphinx ]; buildInputs = [ sphinx ];
@ -3316,11 +3317,12 @@ let pythonPackages = python.modules // rec {
}; };
larch = buildPythonPackage rec { larch = buildPythonPackage rec {
name = "larch-1.20121006"; name = "larch-${version}";
version = "1.20121216";
src = fetchurl rec { src = fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/p/python-larch/python-larch_1.20121006.orig.tar.gz"; url = "http://code.liw.fi/debian/pool/main/p/python-larch/python-larch_${version}.orig.tar.gz";
sha256 = "b4482981010e9c22ee3fce6fdc664b8fc0a1a3a18ed30b40f247f3b44437ccfa"; sha256 = "0w4hirs8wkp1hji6nxfmq4rahkd5rgw4cavvdhpdfr4mddycbis3";
}; };
buildInputs = [ sphinx ]; buildInputs = [ sphinx ];