gnu: julia-constructionbase: Update to 1.2.1.
* gnu/packages/julia-xyz.scm (julia-constructionbase): Update to 1.2.1.
This commit is contained in:
parent
4c224ae87c
commit
b694fd4bb3
1 changed files with 17 additions and 18 deletions
|
@ -402,25 +402,24 @@ build tree Yggdrasil.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-constructionbase
|
(define-public julia-constructionbase
|
||||||
(let ((commit "de77e2865b554f9b078fd8c35b593cce0554ae02"))
|
(package
|
||||||
(package
|
(name "julia-constructionbase")
|
||||||
(name "julia-constructionbase")
|
(version "1.2.1")
|
||||||
(version "1.1.0") ;tag not created upstream
|
(source
|
||||||
(source
|
(origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/JuliaObjects/ConstructionBase.jl")
|
||||||
(url "https://github.com/JuliaObjects/ConstructionBase.jl")
|
(commit (string-append "v" version))))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "1bmx5c5z9jxmyf2xjwwl5lhs9czmwq4isl0bkr78fak4j8brqr4n"))))
|
||||||
(base32 "1y79sfj0rds1skl9j16p9161hwa9khm0xc2m4hgjcbh5zzvyr57v"))))
|
(build-system julia-build-system)
|
||||||
(build-system julia-build-system)
|
(home-page "https://juliaobjects.github.io/ConstructionBase.jl/dev/")
|
||||||
(home-page "https://juliaobjects.github.io/ConstructionBase.jl/dev/")
|
(synopsis "Primitive functions for construction of objects")
|
||||||
(synopsis "Primitive functions for construction of objects")
|
(description "This very lightweight package provides primitive functions
|
||||||
(description "This very lightweight package provides primitive functions
|
|
||||||
for construction of objects.")
|
for construction of objects.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-datastructures
|
(define-public julia-datastructures
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue