mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnome-terminal: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.28.1.
This commit is contained in:
parent
6a71d454de
commit
169fa0d813
1 changed files with 2 additions and 2 deletions
|
@ -2731,7 +2731,7 @@ (define-public gnome-sudoku
|
|||
(define-public gnome-terminal
|
||||
(package
|
||||
(name "gnome-terminal")
|
||||
(version "3.26.2")
|
||||
(version "3.28.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2740,7 +2740,7 @@ (define-public gnome-terminal
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c05f2lrlm8jfx2394k6nabg4ml07lqasxaja5v98mhlm0aa96rs"))))
|
||||
"1hqwh12hiy73mazqgvyrq8jk4c669x2fb4nh8mwby3qbk8ca19pp"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
|
|
Loading…
Reference in a new issue