unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 47102@debbugs.gnu.org
Subject: [bug#47102] [PATCH] gnu: vis: Update to 0.7.
Date: Fri, 12 Mar 2021 15:48:37 +0000	[thread overview]
Message-ID: <75c9a03af8d3c84b1c4fa06824467d62@dismail.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

Hi Guix!

Here is an update to vis, one of my favourite editors. I also changed the source uri from github to sourcehut.

all the best,

jgart

[-- Attachment #2: 0001-gnu-vis-Update-to-0.7.patch --]
[-- Type: application/octet-stream, Size: 2008 bytes --]

From 11403772aad684bb037019c7e4a21ce2e709642c Mon Sep 17 00:00:00 2001
From: jgart <jgart@dismail.de>
Date: Fri, 12 Mar 2021 10:39:14 -0500
Subject: [PATCH] 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.
---
 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 59286ce033..c671095793 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)
-- 
2.30.2


             reply	other threads:[~2021-03-12 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-12 15:48 jgart via Guix-patches via [this message]
2021-03-19 12:52 ` bug#47102: [PATCH] gnu: vis: Update to 0.7 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=75c9a03af8d3c84b1c4fa06824467d62@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=47102@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).