[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: vis: Update to 0.7.
From: |
guix-commits |
Subject: |
10/11: gnu: vis: Update to 0.7. |
Date: |
Fri, 19 Mar 2021 08:57:33 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b6f0c9920146c3d3d125b96ea18226d691c549c0
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Mar 12 10:39:14 2021 -0500
gnu: vis: Update to 0.7.
* gnu/packages/text-editors.scm (vis): Update to 0.7.
[home-page, source]: Use sourcehut upstream URIs instead of github.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/text-editors.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 59286ce..c671095 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -80,15 +80,15 @@
(define-public vis
(package
(name "vis")
- (version "0.6") ; also update the vis-test input
+ (version "0.7") ; also update the vis-test input
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/martanne/vis")
+ (url "https://git.sr.ht/~martanne/vis")
(commit (string-append "v" version))))
(sha256
- (base32 "1zjm89cn3rfq8fxpwp66khy53s6vqlmw6q103qyyvix8ydzxdmsh"))
+ (base32 "1g05ncsnk57kcqm9wsv6sz8b24kyzj8r5rfpa1wfwj8qkjzx3vji"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
@@ -136,10 +136,10 @@
,(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/martanne/vis-test")
- (commit "4c4f6645de77f697a45899e8645e0c2bbdc7208a")))
+ (url "https://git.sr.ht/~martanne/vis-test")
+ (commit "bbd2f34ff788e87a51a74069069273ad83c44f1f")))
(sha256
- (base32 "10vh1pxsqw88a5xwh5irkm85xr66dbycmgpmabyw9h0vm14cvcz2"))
+ (base32 "1jsvg2lg3xqfgi79x08kx94mc34mh62ivca10vsci6fqsk68jbd0"))
(file-name (git-file-name "vis-test" version))))))
(inputs `(("lua" ,lua)
("ncurses" ,ncurses)
- branch master updated (60d629d -> 9991b5e), guix-commits, 2021/03/19
- 01/11: gnu-maintenance: Better handle empty #:directory for 'latest-html-release'., guix-commits, 2021/03/19
- 02/11: gnu: openmpi: Add 'release-monitoring-url' property., guix-commits, 2021/03/19
- 05/11: guix package: Autoload Guile-JSON and (guix describe)., guix-commits, 2021/03/19
- 06/11: git-download: Autoload Guile-Git., guix-commits, 2021/03/19
- 07/11: download: Autoload (guix build download)., guix-commits, 2021/03/19
- 04/11: guix describe: Autoload Guile-JSON., guix-commits, 2021/03/19
- 08/11: build-system/node: Remove unnecessary imports., guix-commits, 2021/03/19
- 09/11: gnu: swi-prolog: Update to 8.3.20., guix-commits, 2021/03/19
- 10/11: gnu: vis: Update to 0.7.,
guix-commits <=
- 11/11: gnu: Add dragon-drop., guix-commits, 2021/03/19
- 03/11: gnu: openmpi: Update to 4.1.0., guix-commits, 2021/03/19