mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: julia-invertedindices: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-invertedindices): Update to 1.1.0.
This commit is contained in:
parent
d50025ded8
commit
3fb804967a
1 changed files with 2 additions and 2 deletions
|
@ -3117,7 +3117,7 @@ (define-public julia-inversefunctions
|
|||
(define-public julia-invertedindices
|
||||
(package
|
||||
(name "julia-invertedindices")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3126,7 +3126,7 @@ (define-public julia-invertedindices
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1179z20yxnkyziip7gn26wr1g3k3ssl1ci7pig3khc900f62di46"))))
|
||||
(base32 "15ym4dzyi4fkz0dznni032w3c84zmfa6mrzj2ljqvlqx1i6agqis"))))
|
||||
(build-system julia-build-system)
|
||||
(native-inputs
|
||||
(list julia-offsetarrays))
|
||||
|
|
Loading…
Reference in a new issue