From 1f1420d3d80c0568a5cafb16c4c858deb43a7c53 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 17 Sep 2013 07:02:46 +0200 Subject: [PATCH] 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 . Of course we're now using the release tarball from the repo site here as well. Signed-off-by: aszlig --- pkgs/top-level/python-packages.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 558d753e124..c7b6ecc2d4e 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 = ''