guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libdazzle: Update to 3.37.1.


From: guix-commits
Subject: 01/02: gnu: libdazzle: Update to 3.37.1.
Date: Thu, 27 Aug 2020 04:29:47 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 80260be43827f27e1e21532bbb285e98ee15df29
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Aug 26 04:33:46 2020 +0200

    gnu: libdazzle: Update to 3.37.1.
    
    * gnu/packages/gnome.scm (libdazzle): Update to 3.37.1.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0f5d84d..5eda854 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10267,7 +10267,7 @@ hexadecimal or ASCII.  It is useful for editing binary 
files in general.")
 (define-public libdazzle
   (package
     (name "libdazzle")
-    (version "3.34.1")
+    (version "3.37.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libdazzle/"
@@ -10275,7 +10275,7 @@ hexadecimal or ASCII.  It is useful for editing binary 
files in general.")
                                   "libdazzle-" version ".tar.xz"))
               (sha256
                (base32
-                "01cmcrd75b7ns7j2b4p6h7pv68vjhkcl9zbvzzx7pf4vknxir61x"))))
+                "03r5cr11dc031qa3694bpgm3lajrhiiln67kvl7vjj4q0scf7w7x"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases



reply via email to

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