~ruther/guix-local

ad12e26e3c870d1ea503e5cd7736967e910b0ef5 — Sharlatan Hellseher 6 months ago dfa312a
gnu: siril: Update to 1.4.0-beta4.

* gnu/packages/astronomy.scm (siril): Update to 1.4.0-beta4.

Change-Id: Id2fdc54d378d2158e775ff23d6d65e6a8fc5a275
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -2
@@ 9896,7 9896,7 @@ It can be used to calculate the trajectory of satellites.")
(define-public siril
  (package
    (name "siril")
    (version "1.4.0-beta3")
    (version "1.4.0-beta4")
    (source
     (origin
       (method git-fetch)


@@ 9904,7 9904,7 @@ It can be used to calculate the trajectory of satellites.")
             (url "https://gitlab.com/free-astro/siril")
             (commit version)))
       (sha256
        (base32 "1frvi6879zh4bzm5smdy0scpjmj5pg2i81wb2wa4ikq1dq227x8k"))
        (base32 "104wb5m2bb51mi3yqndp0s69281i6px5dxcwlldhjp85cwp3qv51"))
       (file-name (git-file-name name version))
       (modules '((guix build utils)))
       (snippet