aboutsummaryrefslogtreecommitdiff
(use-modules (guix)
             (guix build-system gnu)
             (guix licenses))

(package
  (name "hello")
  (version "2.10")
  (source (origin
            (method url-fetch)
            (uri (string-append "mirror://gnu/hello/hello-" version
                                ".tar.gz"))
            (sha256
             (base32
              "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
  (build-system gnu-build-system)
  (synopsis "Hello, GNU world: An example GNU package")
  (description "Guess what GNU Hello prints!")
  (home-page "http://www.gnu.org/software/hello/")
  (license gpl3+))
e='15'>15space:mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-17 00:58:23 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-17 03:04:40 +0200
commitf1841ccf46625164268251d3c474f8722ccc74ee (patch)
tree1a861e1c65a9bd9bdc488ba5168afb4817338a56 /tests/guix-archive.sh
parent33c154d6a5cd4f586b833ebd5d34f4f44339b0ba (diff)
downloadguix-f1841ccf46625164268251d3c474f8722ccc74ee.tar.gz
guix-f1841ccf46625164268251d3c474f8722ccc74ee.zip
gnu: ghc-missingh: Update home page.
* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Update.
Diffstat (limited to 'tests/guix-archive.sh')
0 files changed, 0 insertions, 0 deletions