python-pykickstart: Update to version 1.99.39.

As well as pyblock, the SHA256 changed here as well. Although the
changes between 1.99.32 and 1.99.39 aren't as minor as with pyblock,
this shouldn't have any impact on nixpart so I think it's safe to
upgrade (we'll see later, should we end up with failed tests in nixpart
or <nixos/tests/partition.nix>.

Of course we're now using the release tarball from the repo site here as
well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-09-17 07:02:46 +02:00
parent a5037b8858
commit 1f1420d3d8
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

@ -4392,12 +4392,12 @@ pythonPackages = modules // import ./python-packages-generated.nix {
pykickstart = buildPythonPackage rec {
name = "pykickstart-${version}";
version = "1.99.32-1";
version = "1.99.39";
src = fetchurl {
url = "https://git.fedorahosted.org/cgit/pykickstart.git/snapshot/"
+ "r${version}.tar.bz2";
sha256 = "1sq68jvc39k9wrkcc4xlabhwi8gdz019yh2k5nrl7ya35b8daqw0";
src = fetchurl rec {
url = "http://pkgs.fedoraproject.org/repo/pkgs/pykickstart/"
+ "${name}.tar.gz/${md5}/${name}.tar.gz";
md5 = "d249f60aa89b1b4facd63f776925116d";
};
postPatch = ''