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+))
alue='15'>15space:mode:
authorRicardo Wurmus <rekado@elephly.net>2023-09-14 00:04:16 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-09-14 00:04:16 +0200
commitb832880b1e220148fc81a758e1439de400c35658 (patch)
treeb96355042e2bcdbc138781c2276c5b64433ebd44 /tests/guix-describe.sh
parent772f00b171f6ad3f497f4609defddf175cf6a773 (diff)
downloadguix-b832880b1e220148fc81a758e1439de400c35658.tar.gz
guix-b832880b1e220148fc81a758e1439de400c35658.zip
gnu: r-ggh4x: Update to 0.2.6.
* gnu/packages/cran.scm (r-ggh4x): Update to 0.2.6.
Diffstat (limited to 'tests/guix-describe.sh')
0 files changed, 0 insertions, 0 deletions