~ruther/guix-local

978d536a4a974592387ffb8712c74ae0c507fad1 — Sharlatan Hellseher 9 months ago 15ae55d
gnu: exercism: Update to 3.5.7.

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

Change-Id: I97e60c90b67ce99256c45de202576f4b66a7b3b7
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/education.scm
M gnu/packages/education.scm => gnu/packages/education.scm +2 -2
@@ 1114,7 1114,7 @@ machine, and more.")
(define-public exercism
  (package
    (name "exercism")
    (version "3.5.5")
    (version "3.5.7")
    (source
     (origin
       (method git-fetch)


@@ 1123,7 1123,7 @@ machine, and more.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1a53caqrxv0rhg79md97vnzcbr9gnz3mzjkk7xyafc3h456b4gsz"))
        (base32 "1w1md548janc16svdqij6bya5r6rayl13760jmsx28ws8yv2wjqf"))
       (patches (search-patches "exercism-disable-self-update.patch"))))
    (build-system go-build-system)
    (arguments