diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-04-01 15:48:13 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-04-01 15:48:13 +0200 |
commit | 24652f9cdc66ae13b6b2159a2bddd4375ec4d3fb (patch) | |
tree | 1b8aa2a2f1fd2399b37d4d2d5f8a52b1fec14f8f /gnu | |
parent | 8ec03ed5475ca7919a7d11541ff8cbf33a9ffe67 (diff) | |
download | guix-24652f9cdc66ae13b6b2159a2bddd4375ec4d3fb.tar.gz |
gnu: fe: Fix hash.
* gnu/packages/text-editors.scm (fe): Update hash. Development version (2.0) has been rebased on top of latest stable release (1.9).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index c671095793..3af1aec94b 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -965,7 +965,7 @@ The basic features of Geany are: (define-public fe (package (name "fe") - ;; Stable release is 1.8. However, this development version + ;; Stable release is 1.9. However, this development version ;; introduces support for UTF-8. (version "2.0") (source (origin @@ -974,7 +974,7 @@ The basic features of Geany are: "fe-" version ".tar.gz")) (sha256 (base32 - "1hwws7si1752z6hp61zxznvgsb6846lp8zl1hn5ddhsbafwalwb9")))) + "10mk5wc3dsdp46b3hkjyd740gcdv6m1gvlr3p8xjxf55b3vfs0la")))) (build-system gnu-build-system) (arguments `(#:tests? #f ;no test |