summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 20:22:35 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-25 20:22:35 +0000
commitaccba504adfd46aa13e75fa21560b5a3ac31ea27 (patch)
tree3876ffc9bb4d26677e39c39b0e177dcc42658c09 /gnu
parent284a727456fa4fadfab23c2da7479014d7331d1f (diff)
gnu: exercism: Update to 3.5.8.
* gnu/packages/education.scm (exercism): Update to 3.5.8. Change-Id: Ib03adbe544c511601f4fe3e4e35276a975dc9796
Diffstat (limited to 'gnu')
-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 69efdab2d7..330a8b6ded 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -646,7 +646,7 @@ machine, and more.")
(define-public exercism
(package
(name "exercism")
- (version "3.5.7")
+ (version "3.5.8")
(source
(origin
(method git-fetch)
@@ -655,7 +655,7 @@ machine, and more.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1w1md548janc16svdqij6bya5r6rayl13760jmsx28ws8yv2wjqf"))
+ (base32 "1acgys6kgv5rag3mqifyr3ryd9gbvvxk4x7cvf1hlizp0dmcx1mx"))
(patches (search-patches "exercism-disable-self-update.patch"))))
(build-system go-build-system)
(arguments