diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:29:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-20 03:31:52 +0200 |
commit | 5a29639cf6096641ec872b1f18e02d6d583ed6bd (patch) | |
tree | eac5f9af8e1ebf4e48eb1788c10c31edb415f27a | |
parent | 2aa18eeb9e8baf42fd2e3672b034c611111651e8 (diff) | |
download | guix-5a29639cf6096641ec872b1f18e02d6d583ed6bd.tar.gz guix-5a29639cf6096641ec872b1f18e02d6d583ed6bd.zip |
gnu: jucipp: Update to 1.6.3.
* gnu/packages/text-editors.scm (jucipp): Update to 1.6.3.
-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 66d4f6c484..19542a9f31 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -276,7 +276,7 @@ bindings and many of the powerful features of GNU Emacs.") (define-public jucipp (package (name "jucipp") - (version "1.6.2") + (version "1.6.3") (home-page "https://gitlab.com/cppit/jucipp") (source (origin (method git-fetch) @@ -288,7 +288,7 @@ bindings and many of the powerful features of GNU Emacs.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "10idv2kyw2dg45wfcnh7nybs8qys7kfvif90sjrff3541k97pm5y")))) + (base32 "1gy2xb5rm7q4zx9rl23h96b1i46fz27v25nklj50fvqp8ax2gxqy")))) (build-system cmake-build-system) (arguments `(#:configure-flags '("-DBUILD_TESTING=ON" |