mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: bluefish: Update to 2.2.12.
* gnu/packages/gnome.scm (bluefish): Update to 2.2.12.
This commit is contained in:
parent
79d04b3674
commit
088f4d6bc1
1 changed files with 2 additions and 2 deletions
|
@ -9967,14 +9967,14 @@ (define-public gucharmap
|
||||||
(define-public bluefish
|
(define-public bluefish
|
||||||
(package
|
(package
|
||||||
(name "bluefish")
|
(name "bluefish")
|
||||||
(version "2.2.11")
|
(version "2.2.12")
|
||||||
(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 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x"))))
|
(base32 "09hgxq139kbkjda5y073lqhq1z1x7cx0j80jh77afrqa3y9c53wl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
`(("desktop-file-utils" ,desktop-file-utils)
|
||||||
|
|
Loading…
Reference in a new issue