me
/
guix
Archived
1
0
Fork 0

gnu: bluefish: Update to 2.2.14.

* gnu/packages/gnome.scm (bluefish): Update to 2.2.14.
master
Liliana Marie Prikler 2023-10-12 10:47:23 +02:00
parent aadfe59209
commit cc84687312
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -10992,14 +10992,14 @@ supports both X and Wayland display servers.")
(define-public bluefish
(package
(name "bluefish")
(version "2.2.12")
(version "2.2.14")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.bennewitz.com/bluefish/stable/source/"
"bluefish-" version ".tar.gz"))
(sha256
(base32 "09hgxq139kbkjda5y073lqhq1z1x7cx0j80jh77afrqa3y9c53wl"))))
(base32 "0427xihrr7l1475qr3n40hz2xz6bqmfdbdg9pn8q7rvhvajyvjx7"))))
(build-system gnu-build-system)
(native-inputs
(list desktop-file-utils intltool pkg-config))