me
/
guix
Archived
1
0
Fork 0

gnu: bluefish: Update to 2.2.12.

* gnu/packages/gnome.scm (bluefish): Update to 2.2.12.
master
Tobias Geerinckx-Rice 2020-11-09 09:01:06 +01:00
parent 79d04b3674
commit 088f4d6bc1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -9967,14 +9967,14 @@ only know by its Unicode name or code point.")
(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)