(define-module (snow-chibi-irregex) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-chibi-irregex (package (name "snow-chibi-irregex") (version "0.9.3") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/gmail.com/alexshinn/chibi/irregex/0.9.3/chibi-irregex-0.9.3.tgz") (hash (base32 "0f0mm7h25javg0jfna93lqr5spxf30qdd10pzym0ixnn0v5vpxsh")))) (build-system copy-build-system) (arguments (list #:install-plan '(("chibi/" "share/snow/chibi/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license non-copyleft))) snow-chibi-irregex