mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: julia-simpletraits: Update to 0.9.4.
* gnu/packages/julia-xyz.scm (julia-simpletraits): Update to 0.9.4.
This commit is contained in:
parent
831ce9b94e
commit
b9264f2870
1 changed files with 2 additions and 2 deletions
|
@ -3455,7 +3455,7 @@ (define-public julia-showoff
|
|||
(define-public julia-simpletraits
|
||||
(package
|
||||
(name "julia-simpletraits")
|
||||
(version "0.9.3")
|
||||
(version "0.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3464,7 +3464,7 @@ (define-public julia-simpletraits
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1aaq91klwxb0r3ckwihf7rd7jvg70757nkhp5ip4cc3lspnnip23"))))
|
||||
(base32 "1qvmkqcvhc2nilvkk36szccxdlcv9ls2i0ksxgl2yfjr3b3qlr05"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-macrotools" ,julia-macrotools)))
|
||||
|
|
Loading…
Reference in a new issue