me
/
guix
Archived
1
0
Fork 0

gnu: julia-irtools: Update to 0.4.7.

* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.7.
master
Efraim Flashner 2022-12-09 11:24:57 +02:00
parent a11281b01c
commit a87f448cbf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3089,7 +3089,7 @@ as a string together with the return value.")
(define-public julia-irtools
(package
(name "julia-irtools")
(version "0.4.3")
(version "0.4.7")
(source
(origin
(method git-fetch)
@ -3098,7 +3098,7 @@ as a string together with the return value.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "11334fcg2slpwcj0raxf457brhf7pxglgxc6cy8q58ggrpxqfqql"))))
(base32 "1faddim4gp9pgyadgxi7zdqpdn6qkh7acqpdy29ixpbnb0wgla5r"))))
(build-system julia-build-system)
(propagated-inputs
(list julia-macrotools))