unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72856@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72856] [PATCH 1/2] gnu: uniutils: Update to 2.28.
Date: Wed, 28 Aug 2024 19:27:40 +0300	[thread overview]
Message-ID: <70d05c31296615ec84d9cff8e343f6d08da68e5a.1724862350.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1724862350.git.poptsov.artyom@gmail.com>

* gnu/packages/textutils.scm (uniutils): Update to 2.28.
[source]: Change HTTP to HTTPS in the URI.

Change-Id: I8c01c6021bf9f28c2bd9a6039ff26a8dc5e4dd16
---
 gnu/packages/textutils.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index b7ed686371..52aaa0771d 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2024 Timotej Lazar <timotej.lazar@araneo.si>
 ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -475,14 +476,14 @@ (define-public ascii2binary
 (define-public uniutils
   (package
     (name "uniutils")
-    (version "2.27")
+    (version "2.28")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://billposer.org/Software/Downloads/"
+       (uri (string-append "https://billposer.org/Software/Downloads/"
                            "uniutils-" version ".tar.bz2"))
        (sha256
-        (base32 "19w1510w87gx7n4qy3zsb0m467a4rn5scvh4ajajg7jh6x5xri08"))))
+        (base32 "0z4ibnd2zzya489vl84cfh82bmdwdhf0isf1myqwrs3s9s0vqyyn"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-dependency-tracking")
-- 
2.45.2





  reply	other threads:[~2024-08-28 16:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-28 16:26 [bug#72856] [PATCH 0/2] gnu: uniutils: Update to 2.28 Artyom V. Poptsov
2024-08-28 16:27 ` Artyom V. Poptsov [this message]
2024-08-28 16:27 ` [bug#72856] [PATCH 2/2] gnu: uniutils: Use GEXPs Artyom V. Poptsov
2024-08-29  3:25 ` bug#72856: [PATCH 0/2] gnu: uniutils: Update to 2.28 Z572

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=70d05c31296615ec84d9cff8e343f6d08da68e5a.1724862350.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=72856@debbugs.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).