mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: sugar-read-activity: Update to 124.
* gnu/packages/sugar.scm (sugar-read-activity): Update to 124. Change-Id: I46fd70c70ca471ff9514296bc0187d4fb5423830
This commit is contained in:
parent
65c78c05a9
commit
a0dc945a1f
1 changed files with 39 additions and 43 deletions
|
@ -990,20 +990,16 @@ (define-public sugar-physics-activity
|
|||
(license license:gpl3+))))
|
||||
|
||||
(define-public sugar-read-activity
|
||||
(let ((commit "25f69e41a4fa69d93c73c0c9367b4777a014b1cd")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "sugar-read-activity")
|
||||
(version (git-version "123" revision commit))
|
||||
(version "124")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/sugarlabs/read-activity")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.sugarlabs.org/sources/sucrose/fructose/"
|
||||
"Read/Read-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"03piap3r6j58s38cza55bm16g5icrmnhl0s6kpy5hj46vaa5x4fh"))))
|
||||
"1hla80vclprqzahr8yfnin09spv4mab7il6a00ilz4anyahrzgzy"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -1036,7 +1032,7 @@ (define-public sugar-read-activity
|
|||
image-based book-like materials. It will have particular strengths in
|
||||
handheld mode, with extremely low power consumption and simple navigation
|
||||
controls.")
|
||||
(license license:gpl2+))))
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public sugar-river-crossing-activity
|
||||
(let ((commit "0abbeb455363672ed29d734e6e48f50ef78ec48b")
|
||||
|
|
Loading…
Reference in a new issue