mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: seahorse: Update to 47.0.1.
* gnu/packages/gnome.scm (seahorse): Update to 47.0.1.
This commit is contained in:
parent
73963e8f88
commit
6576487c29
1 changed files with 2 additions and 2 deletions
|
@ -4500,7 +4500,7 @@ (define-public drawing
|
||||||
(define-public seahorse
|
(define-public seahorse
|
||||||
(package
|
(package
|
||||||
(name "seahorse")
|
(name "seahorse")
|
||||||
(version "43.0")
|
(version "47.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4508,7 +4508,7 @@ (define-public seahorse
|
||||||
(version-major version) "/" name "-"
|
(version-major version) "/" name "-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bc3xbjzwa4245m6nqzl3v6hzp9hyfbf50iwgwi5hdjglzxin7av"))))
|
(base32 "1k6avgd58v853nchp226qc3fgz0pwxnf7744hyvynzqzlvj1f6cw"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
|
Loading…
Reference in a new issue