guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: hurd-headers: Update to 0.8.


From: Manolis Fragkiskos Ragkousis
Subject: 03/03: gnu: hurd-headers: Update to 0.8.
Date: Wed, 18 May 2016 12:19:00 +0000 (UTC)

phant0mas pushed a commit to branch master
in repository guix.

commit 0affdfb80554833648efab5f9e348c4a9698955b
Author: Manolis Ragkousis <address@hidden>
Date:   Wed May 18 15:15:41 2016 +0300

    gnu: hurd-headers: Update to 0.8.
    
    * gnu/packages/hurd.scm (hurd-headers): Update to version 0.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 360e3a6..7a0a158 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -97,14 +97,14 @@ communication.")
 (define-public hurd-headers
   (package
     (name "hurd-headers")
-    (version "0.7")
+    (version "0.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/hurd/hurd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1q2pyc16vb5plqi8hlwnnc9jk8zlifm91cavz6x7vhbwy0nh2yvh"))))
+                "1pbc4aqgzxvkgivw80ghp3w755cl0fwxmg357vq7chimj64jk78d"))))
     (build-system gnu-build-system)
     (native-inputs
      `(;; Autoconf shouldn't be necessary but there seems to be a bug in the



reply via email to

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