1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

obnam: Update to 1.4

This commit is contained in:
Rickard Nilsson 2013-04-18 16:09:35 +02:00
parent 4a8492884c
commit 40ac613f85
2 changed files with 10 additions and 9 deletions

View file

@ -2,13 +2,13 @@
pythonPackages.buildPythonPackage rec {
name = "obnam-${version}";
version = "1.3";
version = "1.4";
namePrefix = "";
src = fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/o/obnam/obnam_${version}.orig.tar.gz";
sha256 = "1hmi58knv7qjw6jr5m28sip5gwzavk87i3s77xk72anaxhvf4g8w";
sha256 = "0gipbhh20p9n1x1cdpcil8vg3i20f1saa0xyz2wydb9xl4l2mjff";
};
buildInputs = [ pythonPackages.sphinx attr ];

View file

@ -5262,11 +5262,11 @@ pythonPackages = python.modules // rec {
cliapp = buildPythonPackage rec {
name = "cliapp-${version}";
version = "1.20121216";
version = "1.20130313";
src = fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/p/python-cliapp/python-cliapp_${version}.orig.tar.gz";
sha256 = "1bzvc4aj3w8g85qycwz1jxa73jj8rl6zrgd4hi78kr4dgslcfns5";
sha256 = "0rk13a68668gsrv6yqgzqxskffqnlyjar4qav6k5iyrp77amn7qm";
};
buildInputs = [ sphinx ];
@ -5363,11 +5363,12 @@ pythonPackages = python.modules // rec {
ttystatus = buildPythonPackage rec {
name = "ttystatus-0.21";
name = "ttystatus-${version}";
version = "0.22";
src = fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/p/python-ttystatus/python-ttystatus_0.21.orig.tar.gz";
sha256 = "4a1f3a41c9bd3b5d2bd8e6f093890857301e590aa1d428fc9a6dca591227244c";
url = "http://code.liw.fi/debian/pool/main/p/python-ttystatus/python-ttystatus_${version}.orig.tar.gz";
sha256 = "1hzv0sbrvgcmafflhvzh7plci0dg7wcjlk39i8kqdasg6rw0ag6f";
};
buildInputs = [ sphinx ];
@ -5384,11 +5385,11 @@ pythonPackages = python.modules // rec {
larch = buildPythonPackage rec {
name = "larch-${version}";
version = "1.20121216";
version = "1.20130316";
src = fetchurl rec {
url = "http://code.liw.fi/debian/pool/main/p/python-larch/python-larch_${version}.orig.tar.gz";
sha256 = "0w4hirs8wkp1hji6nxfmq4rahkd5rgw4cavvdhpdfr4mddycbis3";
sha256 = "1mkvmy0jdzd7dlvdx2a75wsbj5qw1clawcgndx9jwl816a9iy225";
};
buildInputs = [ sphinx ];