diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-27 15:57:03 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-27 21:19:50 +0100 |
commit | f837b6dbb478caae0e4111b8cda5393d7d38e622 (patch) | |
tree | 16b423bd5ccf5f0f7373de8481559201ca312748 /gnu | |
parent | ef51ca870fdeb8689eee8771000dd13831c0de6d (diff) | |
download | guix-f837b6dbb478caae0e4111b8cda5393d7d38e622.tar.gz |
gnu: imppg: Update to 0.6.5.
* gnu/packages/astronomy.scm (imppg): Update to 0.6.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 767b4c4d96..439fdf72a8 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1845,7 +1845,7 @@ It can be used to calculate the trajectory of satellites.") (define-public imppg (package (name "imppg") - (version "0.6.4") + (version "0.6.5") (source (origin (method git-fetch) @@ -1854,7 +1854,7 @@ It can be used to calculate the trajectory of satellites.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "04synbmyz0hkipl1cdc26nr42r57v494yjw8pi4jx0jrxrawgj9h")))) + (base32 "0a6wb1a9adwd01dmy0r03xxp8iz9y7mvh30088ajilhj4lf90vxa")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;no test provided |