mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: gcr@3: Update to 3.41.2.
* gnu/packages/gnome.scm (gcr-3): Update to 3.41.2. Change-Id: I793d145775c4153386e7931ceb497d518248a120 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
720d6d5444
commit
bb88baf566
1 changed files with 2 additions and 2 deletions
|
@ -2481,7 +2481,7 @@ (define-public gcr-3
|
|||
(package
|
||||
(inherit gcr)
|
||||
(name "gcr")
|
||||
(version "3.41.1")
|
||||
(version "3.41.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -2489,7 +2489,7 @@ (define-public gcr-3
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0kx2pv272p0qc0nq1287gciyn34d95yxg41vq3lzxfzyqaijhwdv"))))
|
||||
"1dqsgrb62fgmy4w63bjl3b525nil4idrrdcscia1h3isaly0zlds"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments gcr)
|
||||
((#:phases phases)
|
||||
|
|
Loading…
Reference in a new issue