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 <aszlig@redmoonstudios.org>
This commit is contained in:
parent
070ddf8367
commit
e2e77c641a
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user