mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 05:26:34 +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
|
||||
(package
|
||||
(name "seahorse")
|
||||
(version "43.0")
|
||||
(version "47.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4508,7 +4508,7 @@ (define-public seahorse
|
|||
(version-major version) "/" name "-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0bc3xbjzwa4245m6nqzl3v6hzp9hyfbf50iwgwi5hdjglzxin7av"))))
|
||||
(base32 "1k6avgd58v853nchp226qc3fgz0pwxnf7744hyvynzqzlvj1f6cw"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:glib-or-gtk? #t
|
||||
|
|
Loading…
Reference in a new issue