summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2022-11-08 15:08:13 -0500
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-11-08 21:55:42 +0100
commit62f70578ebace45ac884fc0ea9664b73b7ed5914 (patch)
tree46ad879c2d72c71b74a4cbe99bd19c2ad775a4ac
parent8e8557387db23cfc5bb1e5c8961cb9e69d62a3a8 (diff)
downloadguix-patches-62f70578ebace45ac884fc0ea9664b73b7ed5914.tar
guix-patches-62f70578ebace45ac884fc0ea9664b73b7ed5914.tar.gz
gnu: exercism: Update to 3.1.0.
* gnu/packages/education.scm (exercism): Update to 3.1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r--gnu/packages/education.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 55f3c204e2..ffdeec9692 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -1049,7 +1049,7 @@ machine, and more.")
(define-public exercism
(package
(name "exercism")
- (version "3.0.13")
+ (version "3.1.0")
(source
(origin
(method git-fetch)
@@ -1059,7 +1059,7 @@ machine, and more.")
(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