diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-20 00:13:51 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-20 10:02:13 -0300 |
| commit | f45fb68d39ab8a6fc820441a8da3667afb2bcf83 (patch) | |
| tree | 2c6e2cf87b39e1e0f804c06ece27d93853e2c2e1 | |
| parent | 231e6da297412a26b5dff8e51d5a243cade2ec2c (diff) | |
gnu: bluefish: Update to 2.2.17.
* gnu/packages/gnome.scm (bluefish): Update to 2.2.17.
Change-Id: Ic513024b173914474d808fb07fa89938900d73d0
| -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 56236013a76..c63e1ff29e0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11496,14 +11496,14 @@ supports both X and Wayland display servers.") (define-public bluefish (package (name "bluefish") - (version "2.2.14") + (version "2.2.17") (source (origin (method url-fetch) (uri (string-append "https://www.bennewitz.com/bluefish/stable/source/" "bluefish-" version ".tar.gz")) (sha256 - (base32 "0427xihrr7l1475qr3n40hz2xz6bqmfdbdg9pn8q7rvhvajyvjx7")))) + (base32 "17ampw9p1fp7s7i43cz9r68v6mm7xmb1sndx1mqmkns35kn8yl8a")))) (build-system gnu-build-system) (native-inputs (list desktop-file-utils intltool pkg-config)) |
