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:
parent
a5037b8858
commit
1f1420d3d8
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user