mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public julia-compilersupportlibraries-jll
|
|||
(license license:expat)))
|
||||
|
||||
(define-public julia-constructionbase
|
||||
(let ((commit "de77e2865b554f9b078fd8c35b593cce0554ae02"))
|
||||
(package
|
||||
(name "julia-constructionbase")
|
||||
(version "1.1.0") ;tag not created upstream
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaObjects/ConstructionBase.jl")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y79sfj0rds1skl9j16p9161hwa9khm0xc2m4hgjcbh5zzvyr57v"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://juliaobjects.github.io/ConstructionBase.jl/dev/")
|
||||
(synopsis "Primitive functions for construction of objects")
|
||||
(description "This very lightweight package provides primitive functions
|
||||
(package
|
||||
(name "julia-constructionbase")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaObjects/ConstructionBase.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bmx5c5z9jxmyf2xjwwl5lhs9czmwq4isl0bkr78fak4j8brqr4n"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://juliaobjects.github.io/ConstructionBase.jl/dev/")
|
||||
(synopsis "Primitive functions for construction of objects")
|
||||
(description "This very lightweight package provides primitive functions
|
||||
for construction of objects.")
|
||||
(license license:expat))))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-datastructures
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue