mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: aocommon: Update to 0.0.0-2.9272ea3.
* gnu/packages/astronomy.scm (aocommon): Update to 0.0.0-2.9272ea3. Change-Id: I14d7e9df0031d5f631b595f1214a88529b89db1f
This commit is contained in:
parent
6448443b82
commit
f502d87e63
1 changed files with 3 additions and 3 deletions
|
@ -157,8 +157,8 @@ (define-public alfa
|
|||
(license license:gpl3)))
|
||||
|
||||
(define-public aocommon
|
||||
(let ((commit "7329a075271edab8f6264db649e81e62b2b6ae5e")
|
||||
(revision "1"))
|
||||
(let ((commit "9272ea36693a7ce7aa3524a9e212a60a509c3b8a")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "aocommon")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -169,7 +169,7 @@ (define-public aocommon
|
|||
(url "https://gitlab.com/aroffringa/aocommon")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "0qcfax6pbzs0yigy0x8xibrkk539wm2pbvjsb4lh50fybir02nix"))
|
||||
(base32 "0klcrrlkc4sjpr83m2gnwb65lg798rydyvrlpangf7np1qg4zbk5"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue