(define-module (snow-slib-tzfile) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-slib-tzfile (package (name "snow-slib-tzfile") (version "SLIB-3b5-r7rs") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/peterlane.info/peter/slib/tzfile/SLIB-3b5-r7rs/slib-tzfile-SLIB-3b5-r7rs.tgz") (hash (base32 "1wxqhk3zbmf0rfsynd7xww7zp1kp471d10skssjv0hbfp9vcjxvg")))) (build-system copy-build-system) (arguments (list #:install-plan '(("slib/" "share/snow/slib/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain))) snow-slib-tzfile