(define-module (snow-srfi-156-test) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-srfi-156-test (package (name "snow-srfi-156-test") (version "1.0.0") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/fisher.cx/robert/srfi/156/1.0.0/srfi-156-1.0.0.tgz") (hash (base32 "1lagcs7f441inl6qvggylyrddjllmg9c55c3yjgfbyz2az3krxbk")))) (build-system copy-build-system) (arguments (list #:install-plan '(("srfi/" "share/snow/srfi/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license public-domain))) snow-srfi-156-test