mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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
|
||||
(package
|
||||
(name "bluefish")
|
||||
(version "2.2.11")
|
||||
(version "2.2.12")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.bennewitz.com/bluefish/stable/source/"
|
||||
"bluefish-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x"))))
|
||||
(base32 "09hgxq139kbkjda5y073lqhq1z1x7cx0j80jh77afrqa3y9c53wl"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("desktop-file-utils" ,desktop-file-utils)
|
||||
|
|
Loading…
Reference in a new issue