all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Adam Faiz via Guix-patches via <guix-patches@gnu.org>
To: 63066@debbugs.gnu.org
Subject: [bug#63066] [PATCH] gnu: mcron: Update to 1.2.3.
Date: Tue, 25 Apr 2023 19:51:04 +0800	[thread overview]
Message-ID: <8f38d748-297b-8411-c626-483d4a54ccc8@disroot.org> (raw)

 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))
        (source (origin
                  (method git-fetch)
                  (uri (git-reference
@@ -2990,7 +2988,7 @@ (define-public mcron
                  (file-name (git-file-name name version))
                  (sha256
                   (base32
-                  "0jl2w67a5hkphzssdzq3q4jcwv2b174b11d3w5i3khxq2vhzd6kk"))))
+                  "1ymr69a59mz8xirzsjls4z2f75bbyhkl56cnpiamk45x55gj0nhw"))))
        (build-system gnu-build-system)
        (arguments
         (list

base-commit: a9f4b6ecd00112ae4fb04dfbe0f9cc86b042dbc5
-- 
2.39.2






             reply	other threads:[~2023-04-25 11:52 UTC|newest]

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

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=8f38d748-297b-8411-c626-483d4a54ccc8@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=63066@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.