[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: jucipp: Update to 1.6.1.
From: |
guix-commits |
Subject: |
06/06: gnu: jucipp: Update to 1.6.1. |
Date: |
Wed, 23 Sep 2020 06:40:21 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 63003bd47c5135a8f7531631e5db01299bda7875
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 12:20:59 2020 +0200
gnu: jucipp: Update to 1.6.1.
* gnu/packages/text-editors.scm (jucipp): Update to 1.6.1.
---
gnu/packages/text-editors.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 18f1c00..78828bb 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -227,7 +227,7 @@ bindings and many of the powerful features of GNU Emacs.")
(define-public jucipp
(package
(name "jucipp")
- (version "1.6.0")
+ (version "1.6.1")
(home-page "https://gitlab.com/cppit/jucipp")
(source (origin
(method git-fetch)
@@ -239,7 +239,7 @@ bindings and many of the powerful features of GNU Emacs.")
(recursive? #t)))
(file-name (git-file-name name version))
(sha256
- (base32
"177myy6qvjlb6j3f3i3xmfml5r3p9in8xzpvm0n59dn56s81gpnr"))))
+ (base32
"0lb477acqrm3fy3j6i7j9l68j48cnkrzi80588npwwjssqicy4g6"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_TESTING=ON"
- branch master updated (6e39866 -> 63003bd), guix-commits, 2020/09/23
- 02/06: installer: Fix docstring typo., guix-commits, 2020/09/23
- 01/06: gnu: dmenu: Update to 5.0., guix-commits, 2020/09/23
- 03/06: gnu: youtube-dl: Update to 2020.09.20., guix-commits, 2020/09/23
- 05/06: gnu: libssh: Update to 0.9.5 [security fixes?]., guix-commits, 2020/09/23
- 06/06: gnu: jucipp: Update to 1.6.1.,
guix-commits <=
- 04/06: gnu: python-pynvim: Update to 0.4.2., guix-commits, 2020/09/23