(define-module (snow-in-progress-hash-bimaps) #:use-module (guix licenses) #:use-module (guix packages) #:use-module (guix build-system copy) #:use-module (guix download)) (define-public snow-in-progress-hash-bimaps (package (name "snow-in-progress-hash-bimaps") (version "0.0.3") (source (origin (method url-fetch) (uri "https://snow-fort.org/s/ccs.neu.edu/will/in-progress/hash/bimaps/0.0.3/in-progress-hash-bimaps-0.0.3.tgz") (hash (base32 "0d5f16h2k8x8c3k7a29rh205mvi9iccdq71iw3xdscs22hvckw68")))) (build-system copy-build-system) (arguments (list #:install-plan '(("in-progress/" "share/snow/in-progress/")))) (synopsis "") (description "") (home-page "https://gitea.scheme.org/Rinne/snow-fort-guix-channel") (license expat))) snow-in-progress-hash-bimaps