gnu: imppg: Update to 0.6.5.
* gnu/packages/astronomy.scm (imppg): Update to 0.6.5.master
parent
ef51ca870f
commit
f837b6dbb4
|
@ -1845,7 +1845,7 @@ It can be used to calculate the trajectory of satellites.")
|
||||||
(define-public imppg
|
(define-public imppg
|
||||||
(package
|
(package
|
||||||
(name "imppg")
|
(name "imppg")
|
||||||
(version "0.6.4")
|
(version "0.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1854,7 +1854,7 @@ It can be used to calculate the trajectory of satellites.")
|
||||||
(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 "04synbmyz0hkipl1cdc26nr42r57v494yjw8pi4jx0jrxrawgj9h"))))
|
(base32 "0a6wb1a9adwd01dmy0r03xxp8iz9y7mvh30088ajilhj4lf90vxa"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test provided
|
`(#:tests? #f ;no test provided
|
||||||
|
|
Reference in New Issue