guix-commits
[Top][All Lists]
Advanced

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

21/27: gnu: gdl: Update to 3.40.0.


From: guix-commits
Subject: 21/27: gnu: gdl: Update to 3.40.0.
Date: Thu, 11 Aug 2022 18:45:12 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 81d3cb4e2f5d81dd3b54dfab4aeab2a77fce0576
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon Aug 8 23:44:39 2022 +0200

    gnu: gdl: Update to 3.40.0.
    
    * gnu/packages/gnome.scm (gdl): Update to 3.40.0.
---
 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 d99a2a9b92..017a230721 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2387,7 +2387,7 @@ GNOME Desktop.")
 (define-public gdl
   (package
     (name "gdl")
-    (version "3.34.0")
+    (version "3.40.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2399,7 +2399,7 @@ GNOME Desktop.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "154qcr0x6f68f4q526y87imv0rscmp34n47nk1pp82rsq52h2zna"))))
+                "11hp93gqk7m64h84q5hndzlwj4w6hl0cbmzrk2pkdn04ikm2zj4v"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf



reply via email to

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