GNU bug report logs -
#63066
[PATCH] gnu: mcron: Update to 1.2.3.
Previous Next
Reported by: Adam Faiz <adam.faiz <at> disroot.org>
Date: Tue, 25 Apr 2023 11:52:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 02 Sep 2023 12:16:34 -0400
with message-id <87a5u4zh25.fsf <at> gmail.com>
and subject line Re: bug#63066: [PATCH] gnu: mcron: Update to 1.2.3.
has caused the debbugs.gnu.org bug report #63066,
regarding [PATCH] gnu: mcron: Update to 1.2.3.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
63066: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63066
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From 6bdf8ecfb74201dc73d62070836fb49be15d1700 Mon Sep 17 00:00:00 2001
Message-Id: <6bdf8ecfb74201dc73d62070836fb49be15d1700.1682384666.git.adam.faiz <at> disroot.org>
From: AwesomeAdam54321 <adam.faiz <at> 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
[Message part 3 (message/rfc822, inline)]
Hi,
Adam Faiz <adam.faiz <at> disroot.org> writes:
> From 6bdf8ecfb74201dc73d62070836fb49be15d1700 Mon Sep 17 00:00:00 2001
> Message-Id: <6bdf8ecfb74201dc73d62070836fb49be15d1700.1682384666.git.adam.faiz <at> disroot.org>
> From: AwesomeAdam54321 <adam.faiz <at> 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
This bug report was last modified 1 year and 260 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.