mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: bluefish: Update to 2.2.14.
* gnu/packages/gnome.scm (bluefish): Update to 2.2.14.
This commit is contained in:
parent
aadfe59209
commit
cc84687312
1 changed files with 2 additions and 2 deletions
|
@ -10992,14 +10992,14 @@ (define-public gcolor3
|
||||||
(define-public bluefish
|
(define-public bluefish
|
||||||
(package
|
(package
|
||||||
(name "bluefish")
|
(name "bluefish")
|
||||||
(version "2.2.12")
|
(version "2.2.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.bennewitz.com/bluefish/stable/source/"
|
(uri (string-append "https://www.bennewitz.com/bluefish/stable/source/"
|
||||||
"bluefish-" version ".tar.gz"))
|
"bluefish-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09hgxq139kbkjda5y073lqhq1z1x7cx0j80jh77afrqa3y9c53wl"))))
|
(base32 "0427xihrr7l1475qr3n40hz2xz6bqmfdbdg9pn8q7rvhvajyvjx7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list desktop-file-utils intltool pkg-config))
|
(list desktop-file-utils intltool pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue