guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gnumach-headers: Update to 1.5


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

phant0mas pushed a commit to branch master
in repository guix.

commit 78dc44908edbb9e7d773a351ca12cef22755fb91
Author: Manolis Ragkousis <address@hidden>
Date:   Thu Apr 16 13:09:02 2015 +0300

    gnu: gnumach-headers: Update to 1.5
    
    * gnu/packages/hurd.scm (gnumach-headers): Update to version 1.5.
---
 gnu/packages/hurd.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 8ac78d3..94cd516 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 Manolis Fragkiskos Ragkousis <address@hidden>
+;;; Copyright © 2014, 2015 Manolis Fragkiskos Ragkousis <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29,7 +29,7 @@
 (define-public gnumach-headers
   (package
     (name "gnumach-headers")
-    (version "1.4")
+    (version "1.5")
     (source
      (origin
       (method url-fetch)
@@ -37,7 +37,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "0r371wsm7imx356p0xsls5hifb1gf9y90rm1phr0qkahbmfk9hlv"))))
+        "0wsf57q4h6xl2jn28d423qx7zplmhpnf9ssm4f1c0sf8513xm81j"))))
     (build-system gnu-build-system)
     (arguments
     `(#:phases (alist-replace



reply via email to

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