mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: siril: Update to 1.2.1.
* gnu/packages/astronomy.scm (siril): Update to 1.2.1. Change-Id: I52492a51ad5205914b9bfa930db22809b968e5a7
This commit is contained in:
parent
63bcebd90e
commit
991e41553c
1 changed files with 2 additions and 2 deletions
|
@ -1094,7 +1094,7 @@ (define-public sextractor
|
|||
(define-public siril
|
||||
(package
|
||||
(name "siril")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -1102,7 +1102,7 @@ (define-public siril
|
|||
(commit version)))
|
||||
(sha256
|
||||
(base32
|
||||
"0ss1m9w4cz1752vp5738057nzmqc6k7fc9pi6kr9cwgspi1haall"))
|
||||
"1lc6ga1n18br43rlj8qmg23chfniyvjz3vx73km6sv171z4c2fwy"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list cmake git glib libconfig pkg-config))
|
||||
|
|
Loading…
Reference in a new issue