guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: xrdb: Update to 1.2.0.


From: guix-commits
Subject: 07/09: gnu: xrdb: Update to 1.2.0.
Date: Wed, 20 Feb 2019 11:01:02 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit ca1d735c54b6eb3c09a0ebe7ece207f0dd653402
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 20 16:21:20 2019 +0100

    gnu: xrdb: Update to 1.2.0.
    
    * gnu/packages/xorg.scm (xrdb): Update to 1.2.0.
    [home-page]: Set to source repository.
---
 gnu/packages/xorg.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 61c4c94..044f4d7 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4210,7 +4210,7 @@ and Reflect (RandR) extension.")
 (define-public xrdb
   (package
     (name "xrdb")
-    (version "1.1.1")
+    (version "1.2.0")
     (source
       (origin
         (method url-fetch)
@@ -4220,14 +4220,14 @@ and Reflect (RandR) extension.")
                ".tar.bz2"))
         (sha256
           (base32
-            "1dqp486nd5sagbg572kl0k839nwvpqnb7jvppyb7jj5vrpkss8rd"))))
+            "0ik9gh6363c47pr0dp7q22nfs8vmavjg2v4bsr0604ppl77nafpj"))))
     (build-system gnu-build-system)
     (inputs
       `(("libxmu" ,libxmu)
         ("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
-    (home-page "https://www.x.org/wiki/";)
+    (home-page "https://gitlab.freedesktop.org/xorg/app/xrdb";)
     (synopsis "X server resource database utility")
     (description
      "XRDB is used to get or set the contents of the RESOURCE_MANAGER



reply via email to

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