all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: Adam Faiz <adam.faiz@disroot.org>
Cc: 63066-done@debbugs.gnu.org
Subject: bug#63066: [PATCH] gnu: mcron: Update to 1.2.3.
Date: Sat, 02 Sep 2023 12:16:34 -0400	[thread overview]
Message-ID: <87a5u4zh25.fsf@gmail.com> (raw)
In-Reply-To: <8f38d748-297b-8411-c626-483d4a54ccc8@disroot.org> (Adam Faiz's message of "Tue, 25 Apr 2023 19:51:04 +0800")

Hi,

Adam Faiz <adam.faiz@disroot.org> writes:

>  From 6bdf8ecfb74201dc73d62070836fb49be15d1700 Mon Sep 17 00:00:00 2001
> Message-Id: <6bdf8ecfb74201dc73d62070836fb49be15d1700.1682384666.git.adam.faiz@disroot.org>
> From: AwesomeAdam54321 <adam.faiz@disroot.org>
> Date: Tue, 25 Apr 2023 08:36:17 +0800
> Subject: [PATCH] gnu: mcron: Update to 1.2.3.
>
> * gnu/packages/guile-xyz.scm (mcron): Update to 1.2.3.
> ---
>   gnu/packages/guile-xyz.scm | 8 +++-----
>   1 file changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index fd8fb25da1..3de9cb9563 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -2975,13 +2975,11 @@ (define-public guile2.0-commonmark
>       (inputs (list guile-2.0))))
>   
>   (define-public mcron
> -  ;; Use the latest commits, as interesting changes haven't been released yet,
> -  ;; such as improved logging.
>     (let ((revision "0")
> -        (commit "5fd0ccde5a4cff70299999f988e6b5166584814d"))
> +        (commit "6829b711438e6f1b10f03a63d2844eec3416b6bc"))
>       (package
>         (name "mcron")
> -      (version (git-version "1.2.1" revision commit))
> +      (version (git-version "1.2.3" revision commit))

The 'git-version' using a commit can be dropped, since we're using a
release tag.  Installed with this change, thank you!

-- 
Maxim




      reply	other threads:[~2023-09-02 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-25 11:51 [bug#63066] [PATCH] gnu: mcron: Update to 1.2.3 Adam Faiz via Guix-patches via
2023-09-02 16:16 ` Maxim Cournoyer [this message]

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

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

  git send-email \
    --in-reply-to=87a5u4zh25.fsf@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=63066-done@debbugs.gnu.org \
    --cc=adam.faiz@disroot.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.