mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cbonsai: Update to 1.3.1-1.4682ec7.
* gnu/packages/toys.scm (cbonsai): Update to 1.3.1-1.4682ec7. Change-Id: I67475f4f99883d18092477393321ebfa3b1fdf80
This commit is contained in:
parent
170600e489
commit
b5e01c35f3
1 changed files with 5 additions and 3 deletions
|
@ -62,8 +62,10 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(define-public cbonsai
|
(define-public cbonsai
|
||||||
(let ((commit "50fe627c84036e3be4115b02be04d17f58480199")
|
;; XXX: The latest release (1.3.1) was placed on <2021-08-14> but the
|
||||||
(revision "0"))
|
;; project has more updates since that time, use the latest commit instead.
|
||||||
|
(let ((commit "4682ec7ca7f74eca0b05b2fad8a8301d16e6978f")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "cbonsai")
|
(name "cbonsai")
|
||||||
(version (git-version "1.3.1" revision commit))
|
(version (git-version "1.3.1" revision commit))
|
||||||
|
@ -75,7 +77,7 @@
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15bzp99gb1qadp6b6fr2bg0adsvcp04ag83af7cl9lwhpznmid5x"))))
|
"01slgw872nwpbaa8h2q5s7dfrq3xan0mh6wh8waz88xhy8vp7z1n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No test suite
|
`(#:tests? #f ; No test suite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue