From eb3be3a79163fa57b09c1fb2c3f20d7f3e26186b Mon Sep 17 00:00:00 2001 From: Manolis Ragkousis Date: Wed, 18 May 2016 15:15:05 +0300 Subject: gnu: mig: Update to 1.7. * gnu/packages/hurd.scm (mig): Update to version 1.7. --- gnu/packages/hurd.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm index 4fb0869399..360e3a65ee 100644 --- a/gnu/packages/hurd.scm +++ b/gnu/packages/hurd.scm @@ -66,7 +66,7 @@ (define-public mig (package (name "mig") - (version "1.6") + (version "1.7") (source (origin (method url-fetch) @@ -74,7 +74,7 @@ version ".tar.gz")) (sha256 (base32 - "1i9qd6j5g8wsv9k9n6vpdqflyw0284wyayb2s2h7pp4yyi2jsksk")))) + "1hxqd8p14pgamgavmbmziswvd1zvwqx7lgc9qga805q9jrs93q2b")))) (build-system gnu-build-system) ;; Flex is needed both at build and run time. (inputs `(("gnumach-headers" ,gnumach-headers) -- cgit v1.2.3