diff options
author | Marius Bakke <marius@gnu.org> | 2022-08-08 23:44:39 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-08-12 00:22:29 +0200 |
commit | 81d3cb4e2f5d81dd3b54dfab4aeab2a77fce0576 (patch) | |
tree | 28dfb9bed263bfd6eb09a0e57df2293154ac3e17 /gnu/packages/gnome.scm | |
parent | 5d39e5fde351c47577f75bc3d4e6dfb30df01a1e (diff) | |
download | guix-81d3cb4e2f5d81dd3b54dfab4aeab2a77fce0576.tar.gz |
gnu: gdl: Update to 3.40.0.
* gnu/packages/gnome.scm (gdl): Update to 3.40.0.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files 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 |