guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: hurd-headers: Update to 0.6


From: Manolis Fragkiskos Ragkousis
Subject: 02/03: gnu: hurd-headers: Update to 0.6
Date: Thu, 16 Apr 2015 13:04:37 +0000

phant0mas pushed a commit to branch master
in repository guix.

commit 41d9c5d39af8a085e76a2be05fae8f2deae2e48c
Author: Manolis Ragkousis <address@hidden>
Date:   Thu Apr 16 13:51:55 2015 +0300

    gnu: hurd-headers: Update to 0.6
    
    * gnu/packages/hurd.scm (hurd-headers): Update to version 0.6.
---
 gnu/packages/hurd.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 94cd516..50453bb 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -92,14 +92,14 @@ communication.")
 (define-public hurd-headers
   (package
     (name "hurd-headers")
-    (version "0.5")
+    (version "0.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/hurd/hurd-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0lvkz3r0ngb4bsn2hzdc9vjpyrfa3ls36jivrvy1n7f7f55zan7q"))))
+                "059lbspbpcjpcq5jf98f47jw9sm0ngs3x6phxax53m3rwca1fk7y"))))
     (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]