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 @@ crowded star fields.")
|
||||||
(define-public siril
|
(define-public siril
|
||||||
(package
|
(package
|
||||||
(name "siril")
|
(name "siril")
|
||||||
(version "1.2.0")
|
(version "1.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1102,7 +1102,7 @@ crowded star fields.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ss1m9w4cz1752vp5738057nzmqc6k7fc9pi6kr9cwgspi1haall"))
|
"1lc6ga1n18br43rlj8qmg23chfniyvjz3vx73km6sv171z4c2fwy"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list cmake git glib libconfig pkg-config))
|
(native-inputs (list cmake git glib libconfig pkg-config))
|
||||||
|
|
Reference in a new issue