unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 53494@debbugs.gnu.org
Cc: Ludovic Court s <ludo@gnu.org>, jgart <jgart@dismail.de>
Subject: [bug#53494] [PATCH v2] gnu: utf-8-lineseparator: Update to cj7.
Date: Wed, 26 Jan 2022 01:20:11 -0500	[thread overview]
Message-ID: <20220126062010.14230-1-jgart@dismail.de> (raw)
In-Reply-To: <20220124054815.3276-1-jgart@dismail.de>

* gnu/packages/textutils.scm (utf-8-lineseparator): Update to cj7.
---

Hi Ludo,

Thank you for explaining this (much appreciated) and sorry for the
confusion. Attached is version 2 of the patch.

all best,

jgart

 gnu/packages/textutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 12e3d3b3c8..f10ca300ab 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -1377,16 +1377,16 @@ (define-public go-github-com-errata-ai-vale
 (define-public utf-8-lineseparator
   (package
     (name "utf-8-lineseparator")
-    (version "cj3")
+    (version "7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/pflanze/utf-8-lineseparator")
-                    (commit version)))
+                    (commit (string-append "cj" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1xnbcanqn5jr965gw9195ij6hz04clfm77m5776dysn9nykn20w1"))))
+                "0lqwfrwq28246lja2gawf5jllh4smddswkpd5lscvc2ynylcmmzx"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.34.1





  parent reply	other threads:[~2022-01-26  6:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24  5:48 [bug#53494] [PATCH] gnu: utf-8-lineseparator: Update to cj7 jgart via Guix-patches via
2022-01-24 16:26 ` Liliana Marie Prikler
2022-01-24 17:45   ` jgart via Guix-patches via
2022-01-24 18:00     ` jgart via Guix-patches via
2022-01-24 19:17       ` Liliana Marie Prikler
2022-01-25  4:06         ` jgart via Guix-patches via
2022-01-25 13:52           ` Ludovic Courtès
2022-01-24 18:10     ` Liliana Marie Prikler
2022-01-26  6:20 ` jgart via Guix-patches via [this message]
2022-01-26 14:49   ` bug#53494: [PATCH v2] " 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=20220126062010.14230-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=53494@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=ludo@gnu.org \
    /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).