mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: markets: Update to 0.5.3.
* gnu/packages/gnome-xyz.scm (markets): Update to 0.5.3. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
b9c7bbba38
commit
c9c4bf8c84
1 changed files with 2 additions and 2 deletions
|
@ -849,7 +849,7 @@ (define-public orchis-theme
|
|||
(define-public markets
|
||||
(package
|
||||
(name "markets")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -859,7 +859,7 @@ (define-public markets
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0nk1bs7i6b7r90g5qwd3s2m462vk3kvza0drq7rzb5sdaiz9ccnz"))))
|
||||
"0sfdmz7cp8i2bymippp8jyxsidxjn69v9cqm40q77j81kfm84bfv"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t
|
||||
|
|
Loading…
Reference in a new issue