guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: mig: Update to 1.8.


From: Manolis Fragkiskos Ragkousis
Subject: 02/03: gnu: mig: Update to 1.8.
Date: Mon, 19 Dec 2016 10:06:11 +0000 (UTC)

phant0mas pushed a commit to branch master
in repository guix.

commit 9c9402be2e971db5d49ecb1bc4be67af8ca97a95
Author: Manolis Ragkousis <address@hidden>
Date:   Mon Dec 19 11:57:41 2016 +0200

    gnu: mig: Update to 1.8.
    
    * gnu/packages/hurd.scm (mig): Update to version 1.8.
---
 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 376021b..0886880 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -71,7 +71,7 @@
 (define-public mig
   (package
     (name "mig")
-    (version "1.7")
+    (version "1.8")
     (source
      (origin
       (method url-fetch)
@@ -79,7 +79,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "1hxqd8p14pgamgavmbmziswvd1zvwqx7lgc9qga805q9jrs93q2b"))))
+        "1gyda8sq6b379nx01hkpbd85lz39irdvz2b9wbr63gicicx8i706"))))
     (build-system gnu-build-system)
     ;; Flex is needed both at build and run time.
     (inputs `(("gnumach-headers" ,gnumach-headers)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]