GNU bug report logs - #59133
[PATCH] gnu: exercism: Update to 3.1.0.

Previous Next

Package: guix-patches;

Reported by: Morgan.J.Smith <at> outlook.com

Date: Tue, 8 Nov 2022 20:16:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Morgan.J.Smith <at> outlook.com
Subject: bug#59133: closed (Re: [bug#59133] [PATCH] gnu: exercism: Update
 to 3.1.0.)
Date: Tue, 08 Nov 2022 20:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59133: [PATCH] gnu: exercism: Update to 3.1.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 59133 <at> debbugs.gnu.org.

-- 
59133: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59133
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Morgan.J.Smith <at> outlook.com
Cc: 59133-done <at> debbugs.gnu.org
Subject: Re: [bug#59133] [PATCH] gnu: exercism: Update to 3.1.0.
Date: Tue, 08 Nov 2022 21:56:30 +0100
Hello,

Morgan.J.Smith <at> outlook.com writes:

> From: Morgan Smith <Morgan.J.Smith <at> outlook.com>
>
> * gnu/packages/education.scm (exercism): Update to 3.1.0.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Morgan.J.Smith <at> outlook.com
To: guix-patches <at> gnu.org
Cc: Morgan Smith <Morgan.J.Smith <at> outlook.com>
Subject: [PATCH] gnu: exercism: Update to 3.1.0.
Date: Tue,  8 Nov 2022 15:08:13 -0500
From: Morgan Smith <Morgan.J.Smith <at> outlook.com>

* gnu/packages/education.scm (exercism): Update to 3.1.0.
---

Tested working for me.  Doesn't look like much has changed since the last version.


 gnu/packages/education.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 46adfec088..6c18f049ee 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1052,7 +1052,7 @@ (define-public mdk
 (define-public exercism
   (package
     (name "exercism")
-    (version "3.0.13")
+    (version "3.1.0")
     (source
      (origin
        (method git-fetch)
@@ -1062,7 +1062,7 @@ (define-public exercism
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17gvz9a0sn4p36hf4l77bxhhfipf4x998iay31layqwbnzmb4xy7"))
+         "0ah5v4pqq31bvj7s4rg3jyjn7jwxa15w31cn4c317gsqmi0n8rzl"))
        (patches (search-patches "exercism-disable-self-update.patch"))))
     (build-system go-build-system)
     (arguments
-- 
2.38.0




This bug report was last modified 2 years and 273 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.