diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-09 09:01:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-09 10:19:43 +0100 |
commit | 088f4d6bc1fc938d6527a6723b97fb38e501c7b8 (patch) | |
tree | 307f73e34e7931939ec60412b1a3b76c5f9331c7 /gnu/packages/gnome.scm | |
parent | 79d04b36747e6d88862418051f52f864b7361d5a (diff) | |
download | guix-088f4d6bc1fc938d6527a6723b97fb38e501c7b8.tar.gz |
gnu: bluefish: Update to 2.2.12.
* gnu/packages/gnome.scm (bluefish): Update to 2.2.12.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 91913c9e62..449292be05 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |