mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: julia-fitsio: Update to 0.17.1.
* gnu/packages/julia-xyz.scm (julia-fitsio): Update to 0.17.1. Change-Id: Icfac3b55ff3a818e5710af8083e0ab48ed32cc01
This commit is contained in:
parent
55b0ad10a3
commit
b47e949fbe
1 changed files with 2 additions and 2 deletions
|
@ -2314,7 +2314,7 @@ (define-public julia-finitedifferences
|
|||
(define-public julia-fitsio
|
||||
(package
|
||||
(name "julia-fitsio")
|
||||
(version "0.17.0")
|
||||
(version "0.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2323,7 +2323,7 @@ (define-public julia-fitsio
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "10w7cdb2cvcwpkcfdz2fwl4ji5rfdv8w9msc9gfd8d34k58bk8c5"))))
|
||||
(base32 "1mvrr13qvzdpqdp01hzqqyx84cxagyvjwkbizsp3xaabckg48pnz"))))
|
||||
(build-system julia-build-system)
|
||||
(native-inputs
|
||||
(list julia-aqua julia-orderedcollections))
|
||||
|
|
Loading…
Reference in a new issue