unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Timo Wilken <guix@twilken.net>
To: 61773@debbugs.gnu.org
Cc: Timo Wilken <guix@twilken.net>
Subject: [bug#61773] [PATCH 2/3] gnu: Add go-github-com-robfig-cron-1.2.
Date: Sun, 26 Feb 2023 20:13:20 +0100	[thread overview]
Message-ID: <20230226191321.13521-3-guix@twilken.net> (raw)
In-Reply-To: <20230226191321.13521-1-guix@twilken.net>

* gnu/packages/check.scm (go-github-com-robfig-cron-1.2):
  New variable.
---
 gnu/packages/check.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 0866558ac2..c928d11f64 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -42,6 +42,7 @@
 ;;; Copyright © 2022 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2023 Luis Felipe López Acevedo <luis.felipe.la@protonmail.com>
+;;; Copyright © 2023 Timo Wilken <guix@twilken.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1028,6 +1029,24 @@ (define-public cpputest
 but it works for any C/C++ project.")
     (license license:bsd-3)))
 
+;; Required by actionlint. The version of `go-github-com-robfig-cron'
+;; packaged in Guix is newer and changed some error messages, causing
+;; unit tests in actionlint to fail.
+(define-public go-github-com-robfig-cron-1.2
+  (package
+    (inherit go-github-com-robfig-cron)
+    (name "go-github-com-robfig-cron")
+    (version "1.2.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/robfig/cron")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0nv31m3940d9kf38lw2zs4hpj435bdi9mmim098rb3n4l07qrvva"))))))
+
 (define-public python-parameterized
   (package
     (name "python-parameterized")
-- 
2.39.1





  parent reply	other threads:[~2023-02-26 19:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24 22:35 [bug#61773] [PATCH] gnu: Add actionlint Timo Wilken
2023-02-26 17:43 ` Leo Famulari
2023-02-26 19:13   ` [bug#61773] [PATCH 0/3] " Timo Wilken
2023-02-26 19:13     ` [bug#61773] [PATCH 1/3] gnu: Add go-golang.org-x-sync-semaphore Timo Wilken
2023-02-26 19:13     ` Timo Wilken [this message]
2023-02-26 19:13     ` [bug#61773] [PATCH 3/3] gnu: Add actionlint Timo Wilken
2023-02-26 19:30     ` [bug#61773] [PATCH 0/3] " Leo Famulari

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=20230226191321.13521-3-guix@twilken.net \
    --to=guix@twilken.net \
    --cc=61773@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).