From e2e77c641a11d1e8e490c00301ff0db391ae1af6 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 1 Jul 2013 18:54:01 +0200 Subject: [PATCH] python-blivet: Update to upstream version 0.17-1. Changes since 0.16-1: - Used Python type instead of variable name (hamzy) - Fix detection of valid EFI system partition during autopart. (dlehman) Full changelog can be found in the spec file in the package or at: https://git.fedorahosted.org/cgit/blivet.git/tree/python-blivet.spec Signed-off-by: aszlig --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 8993e467632a..24630016729e 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -453,12 +453,12 @@ pythonPackages = python.modules // rec { blivet = buildPythonPackage rec { name = "blivet-${version}"; - version = "0.16-1"; + version = "0.17-1"; src = fetchurl { url = "https://git.fedorahosted.org/cgit/blivet.git/snapshot/" + "${name}.tar.bz2"; - sha256 = "0gfxf86sc0mkpqjcainch6gqh3r7brgma85pbl4nfpzmylhzj5sg"; + sha256 = "0b28q539657mqif0mn5dfqcpqv7gbyszg83gf2fv6z7q6206rnx5"; }; postPatch = ''