diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 20:22:35 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-25 20:22:35 +0000 |
| commit | accba504adfd46aa13e75fa21560b5a3ac31ea27 (patch) | |
| tree | 3876ffc9bb4d26677e39c39b0e177dcc42658c09 /gnu | |
| parent | 284a727456fa4fadfab23c2da7479014d7331d1f (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.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm index 69efdab2d7f..330a8b6ded7 100644 --- a/gnu/packages/education.scm +++ b/gnu/packages/education.scm | |||
| @@ -646,7 +646,7 @@ machine, and more.") | |||
| 646 | (define-public exercism | 646 | (define-public exercism |
| 647 | (package | 647 | (package |
| 648 | (name "exercism") | 648 | (name "exercism") |
| 649 | (version "3.5.7") | 649 | (version "3.5.8") |
| 650 | (source | 650 | (source |
| 651 | (origin | 651 | (origin |
| 652 | (method git-fetch) | 652 | (method git-fetch) |
| @@ -655,7 +655,7 @@ machine, and more.") | |||
| 655 | (commit (string-append "v" version)))) | 655 | (commit (string-append "v" version)))) |
| 656 | (file-name (git-file-name name version)) | 656 | (file-name (git-file-name name version)) |
| 657 | (sha256 | 657 | (sha256 |
| 658 | (base32 "1w1md548janc16svdqij6bya5r6rayl13760jmsx28ws8yv2wjqf")) | 658 | (base32 "1acgys6kgv5rag3mqifyr3ryd9gbvvxk4x7cvf1hlizp0dmcx1mx")) |
| 659 | (patches (search-patches "exercism-disable-self-update.patch")))) | 659 | (patches (search-patches "exercism-disable-self-update.patch")))) |
| 660 | (build-system go-build-system) | 660 | (build-system go-build-system) |
| 661 | (arguments | 661 | (arguments |
