unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Ford <fanquake@gmail.com>
To: 70458@debbugs.gnu.org
Subject: [bug#70458] [PATCH] gnu: moreutils: Update to 0.69
Date: Thu, 18 Apr 2024 16:20:38 +0100	[thread overview]
Message-ID: <CAFyhPjXD+kcJMBycj5Gr66pZ0w+iVBmFKXZXqp9TnA_snM=uDQ@mail.gmail.com> (raw)

From d3a024ebaa61fdf8a30d409b8ce6e25cd73c68e5 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 18 Apr 2024 16:19:36 +0100
Subject: [PATCH] gnu: moreutils: Update to 0.69.

* gnu/packages/moreutils.scm (moreutils): Update to 0.69.
---
 gnu/packages/moreutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index cf26d75516..b1162d1078 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -33,7 +33,7 @@ (define-module (gnu packages moreutils)
 (define-public moreutils
   (package
     (name "moreutils")
-    (version "0.68")
+    (version "0.69")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -42,7 +42,7 @@ (define-public moreutils
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1rxn01hgm5nypcpnl4s9v5zr4fxzf8vxinzbg0s781qlpk3lpcay"))))
+                "1l859qnzccslvxlh5ghn863bkq2vgmqgnik6jr21b9kc6ljmsy8g"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases
-- 
2.44.0




             reply	other threads:[~2024-04-18 15:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 15:20 Michael Ford [this message]
2024-04-26 16:25 ` bug#70458: [PATCH] gnu: moreutils: Update to 0.69 Christopher Baines

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='CAFyhPjXD+kcJMBycj5Gr66pZ0w+iVBmFKXZXqp9TnA_snM=uDQ@mail.gmail.com' \
    --to=fanquake@gmail.com \
    --cc=70458@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).