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+))
lect name='dt' onchange='this.form.submit();'>
authorRicardo Wurmus <rekado@elephly.net>2024-11-26 17:43:56 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-12-03 16:59:49 +0100
commit60b8b6de356593c46d932c85a217c12b7a8fdc8a (patch)
tree5106403d7a4445144fd85ffd5b7e55cc6249427e
parente7bab6cb2c359c73d1dde292196b81f98fc322ae (diff)
downloadguix-60b8b6de356593c46d932c85a217c12b7a8fdc8a.tar.gz
guix-60b8b6de356593c46d932c85a217c12b7a8fdc8a.zip
gnu: r-citr: Add missing input.
* gnu/packages/cran.scm (r-citr)[native-inputs]: Add r-testthat. Change-Id: Ie6e1ee1513354407ab77df15b475565ede52134d
Diffstat