guix-commits
[Top][All Lists]
Advanced

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

13/116: gnu: util-macros: Update to 1.19.0.


From: Mark H. Weaver
Subject: 13/116: gnu: util-macros: Update to 1.19.0.
Date: Sat, 20 Dec 2014 04:38:19 +0000

mhw pushed a commit to branch xorg-updates
in repository guix.

commit 0a761f1ebd36992223f23e5367220e0254920416
Author: Mark H Weaver <address@hidden>
Date:   Fri Dec 19 14:09:10 2014 -0500

    gnu: util-macros: Update to 1.19.0.
    
    * gnu/packages/xorg.scm (util-macros): Update to 1.19.0.
---
 gnu/packages/xorg.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3d8d02a..38de6e1 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1738,17 +1738,17 @@ synchronization between the X server and 
direct-rendering clients.")
 (define-public util-macros
   (package
     (name "util-macros")
-    (version "1.17")
+    (version "1.19.0")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
-               "mirror://xorg/X11R7.7/src/everything/util-macros-"
+               "mirror://xorg/individual/util/util-macros-"
                version
                ".tar.bz2"))
         (sha256
           (base32
-            "1vbmrcn5n3wp4pyw0n4c3pyvzlc4yf7jzgngavfdq5zwfbgfsybx"))))
+            "1fnhpryf55l0yqajxn0cxan3kvsjzi67nlanz8clwqzf54cb2d98"))))
     (build-system gnu-build-system)
     (native-inputs `(("pkg-config" ,pkg-config)))
     (arguments



reply via email to

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