gnu: libpasastro: Update to 1.4.1.
* gnu/packages/astronomy.scm (libpasastro): Update to 1.4.1. Change-Id: I8ad8e9c23c08897f84cbf0b35c1197320bbdeb86 Signed-off-by: Eric Bavier <bavier@posteo.net>
This commit is contained in:
parent
d3a93691ac
commit
497209f1f4
1 changed files with 35 additions and 39 deletions
|
@ -2974,22 +2974,18 @@ low quality ones")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public libpasastro
|
(define-public libpasastro
|
||||||
;; NOTE: (Sharlatan-20210122T215921+0000): the version tag has a build
|
|
||||||
;; error on spice which is resolved with the latest commit.
|
|
||||||
(let ((commit "e3c218d1502a18cae858c83a9a8812ab197fcb60")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "libpasastro")
|
(name "libpasastro")
|
||||||
(version (git-version "1.4.0" revision commit))
|
(version "1.4.1")
|
||||||
(source (origin
|
(source
|
||||||
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/pchev/libpasastro")
|
(url "https://github.com/pchev/libpasastro")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1h92p9ph3zi4w8krny1azd9wgwna2nf07ims983jcky1chkfm0is"))))
|
||||||
"0asp2sn34nds5va2ghppwc41vb6j3d1mf049j949rgrll817kx47"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f
|
`(#:tests? #f
|
||||||
|
@ -3020,7 +3016,7 @@ standard astronomy libraries:
|
||||||
@item @code{libpaswcs.so}: Interface with libwcs to work with FITS WCS.
|
@item @code{libpaswcs.so}: Interface with libwcs to work with FITS WCS.
|
||||||
@item @code{libpasspice.so}: To work with NAIF/SPICE kernel.
|
@item @code{libpasspice.so}: To work with NAIF/SPICE kernel.
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public libxisf
|
(define-public libxisf
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue