me
/
guix
Archived
1
0
Fork 0

gnu: julia-simpletraits: Update to 0.9.4.

* gnu/packages/julia-xyz.scm (julia-simpletraits): Update to 0.9.4.
Efraim Flashner 2021-07-29 14:14:04 +03:00
parent 831ce9b94e
commit b9264f2870
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3455,7 +3455,7 @@ in @code{Gadfly}, @code{Plots} and @code{Makie} to label axes and keys.")
(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 @@ in @code{Gadfly}, @code{Plots} and @code{Makie} to label axes and keys.")
(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)))