gnu: agda-cubical: Update to 0.5.
* gnu/packages/agda.scm (agda-cubical): Update to 0.5. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
parent
03ae5bb866
commit
3ec8acd3df
|
@ -262,20 +262,17 @@ try agda-prelude instead.")
|
||||||
;; Upstream's HEAD follows the latest Agda release, but they don't release
|
;; Upstream's HEAD follows the latest Agda release, but they don't release
|
||||||
;; until a newer Agda release comes up, so their releases are always one
|
;; until a newer Agda release comes up, so their releases are always one
|
||||||
;; version late.
|
;; version late.
|
||||||
(let* ((revision "1")
|
|
||||||
(commit "814d54b08b360b8e80828065f54b80e3a98a0092"))
|
|
||||||
(package
|
(package
|
||||||
(name "agda-cubical")
|
(name "agda-cubical")
|
||||||
(version (git-version "0.4" revision commit))
|
(version "0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/agda/cubical.git")
|
(url "https://github.com/agda/cubical.git")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d25gb1qzpx539k62qjsjq4xmzp34qk7n3hmd9y6v8slhrrxw312"))))
|
"0yfg7gr55n08ly1qgzpcp16s15k1abycppbcdi9lzg1hjryqxcg3"))))
|
||||||
(build-system agda-build-system)
|
(build-system agda-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -289,7 +286,7 @@ try agda-prelude instead.")
|
||||||
(description "A standard library for Cubical Agda, comparable to
|
(description "A standard library for Cubical Agda, comparable to
|
||||||
agda-stdlib but using cubical methods.")
|
agda-stdlib but using cubical methods.")
|
||||||
(home-page "https://github.com/agda/cubical")
|
(home-page "https://github.com/agda/cubical")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public agda-1lab
|
(define-public agda-1lab
|
||||||
;; Upstream doesn't do releases (yet). Use a commit that builds with 2.6.3,
|
;; Upstream doesn't do releases (yet). Use a commit that builds with 2.6.3,
|
||||||
|
|
Reference in New Issue