gnu: julia-irtools: Update to 0.4.7.
* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.7.
This commit is contained in:
parent
a11281b01c
commit
a87f448cbf
1 changed files with 2 additions and 2 deletions
|
|
@ -3089,7 +3089,7 @@ as a string together with the return value.")
|
||||||
(define-public julia-irtools
|
(define-public julia-irtools
|
||||||
(package
|
(package
|
||||||
(name "julia-irtools")
|
(name "julia-irtools")
|
||||||
(version "0.4.3")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -3098,7 +3098,7 @@ as a string together with the return value.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11334fcg2slpwcj0raxf457brhf7pxglgxc6cy8q58ggrpxqfqql"))))
|
(base32 "1faddim4gp9pgyadgxi7zdqpdn6qkh7acqpdy29ixpbnb0wgla5r"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-macrotools))
|
(list julia-macrotools))
|
||||||
|
|
|
||||||
Reference in a new issue