guix-commits
[Top][All Lists]
Advanced

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

06/14: gnu: encodings: Update to 1.0.5.


From: guix-commits
Subject: 06/14: gnu: encodings: Update to 1.0.5.
Date: Thu, 26 Sep 2019 00:40:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5dfdab05baf67eaaab9dc980a560de194b808f5e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Sep 26 05:23:29 2019 +0200

    gnu: encodings: Update to 1.0.5.
    
    * gnu/packages/xorg.scm (encodings): Update to 1.0.5.
---
 gnu/packages/xorg.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 48c1e3c..af8dfda 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -423,7 +423,7 @@ Resources file.")
 (define-public encodings
   (package
     (name "encodings")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
       (origin
         (method url-fetch)
@@ -432,8 +432,7 @@ Resources file.")
                version
                ".tar.bz2"))
         (sha256
-          (base32
-            "0ffmaw80vmfwdgvdkp6495xgsqszb6s0iira5j0j6pd4i0lk3mnf"))))
+          (base32 "0caafx0yqqnqyvbalxhh3mb0r9v36xmcy5zjhygb2i508dhy35mx"))))
     (build-system gnu-build-system)
     (inputs
       `(("mkfontscale" ,mkfontscale)))



reply via email to

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