[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: gnome-mahjongg: Update to 3.38.3.
From: |
guix-commits |
Subject: |
04/04: gnu: gnome-mahjongg: Update to 3.38.3. |
Date: |
Sun, 16 Jan 2022 07:56:46 -0500 (EST) |
lilyp pushed a commit to branch master
in repository guix.
commit 05fbb611cd0364abc2c9d51271453d9e0949cae4
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 16 13:50:01 2022 +0100
gnu: gnome-mahjongg: Update to 3.38.3.
* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.38.3.
[source]: Use url-fetch with GNOME mirrors.
---
gnu/packages/gnome.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ed6a7376c9..60502999cb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11493,16 +11493,15 @@ library which detects when a file or a directory has
been modified.")
(define-public gnome-mahjongg
(package
(name "gnome-mahjongg")
- (version "3.35.1")
+ (version "3.38.3")
(source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.gnome.org/GNOME/gnome-mahjongg.git")
- (commit version)))
- (file-name (git-file-name name version))
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/" name "-"
+ version ".tar.xz"))
(sha256
(base32
- "019a66a4m5w4kkb0sm6gxj0wi54n06zdxdlmyqw7h8kbakjizv7l"))))
+ "144ia3zn9rhwa1xbdkvsz6m0dsysl6mxvqw9bnrlh845hmyy9cfj"))))
(build-system meson-build-system)
(arguments
`(#:meson ,meson-0.59