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+))
ion>space:mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-11 16:10:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-11 16:28:04 +0200
commit58833aec3fc7ceb04b487f26873e032d7c51b6d2 (patch)
tree5aa5cc4a4a73eba16a77662d156f376f74c2b834 /tests/debug-link.scm
parent436185b96ee0b920c6fd6040fca9b3fdf7145eb7 (diff)
downloadguix-58833aec3fc7ceb04b487f26873e032d7c51b6d2.tar.gz
guix-58833aec3fc7ceb04b487f26873e032d7c51b6d2.zip
gnu: hangups: Update to 0.4.11.
* gnu/packages/messaging.scm (hangups): Update to 0.4.11.
Diffstat (limited to 'tests/debug-link.scm')
0 files changed, 0 insertions, 0 deletions