gnu: seahorse: Update to 3.18.0.
* gnu/packages/gnome.scm (seahorse): Update to 3.18.0.
This commit is contained in:
parent
2e221beed5
commit
017d779c22
|
@ -1616,7 +1616,7 @@ engineering.")
|
||||||
(define-public seahorse
|
(define-public seahorse
|
||||||
(package
|
(package
|
||||||
(name "seahorse")
|
(name "seahorse")
|
||||||
(version "3.16.0")
|
(version "3.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1625,7 +1625,7 @@ engineering.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cg1grgpwbfkiny5148n17rzpc8kswyr5yff0kpm8l3lp01my2kp"))))
|
"0rxnq47xcagmpqb63g49ay3lfiyjjnmmiay9yifx5jn406d8h32k"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in New Issue