aboutsummaryrefslogtreecommitdiff
path: root/doc/package-hello.scm
blob: c57eb8910894c3aa67c3ca120b30e438bc99f56e (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(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+))
2018-12-07gnu: Add a C++14 variant of Boost for packages that need it....Leo Famulari 2018-12-05gnu: Boost: Build with C++14....Leo Famulari 2018-11-25gnu: mdds: Update to 1.4.3....Marius Bakke 2018-10-17gnu: boost-for-mysql: Remove unnecessary phase....Efraim Flashner 2018-08-25Merge branch 'staging' into core-updatesMarius Bakke 2018-08-24gnu: boost: Move 1.59.0 definition to boost.scm....Ludovic Courtès 2018-08-23gnu: boost: Update to 1.68.0....Marius Bakke 2018-08-23gnu: boost: Provide libboost_python compatibility symlink....Marius Bakke 2018-06-06Merge branch 'origin/core-updates-next' into core-updatesRicardo Wurmus 2018-05-25gnu: boost: Re-enable context and coroutine libraries on MIPS....Mark H Weaver 2018-05-06Merge branch 'master' into core-updatesMarius Bakke 2018-05-01gnu: Use HTTPS for www.boost.org....Tobias Geerinckx-Rice 2018-05-01gnu: boost: Update to 1.67.0....Tobias Geerinckx-Rice 2018-04-10gnu: boost: Fix ICU support....Mark H Weaver 2018-03-29Merge branch 'master' into core-updatesMarius Bakke 2018-03-22gnu: Add boost-sync....Maxim Cournoyer 2018-03-18gnu: boost: Simplify phases....Mark H Weaver 2018-03-15gnu: Remove boost-1.66....Ricardo Wurmus 2018-03-15gnu: boost: Remove bootstrap phase....Ricardo Wurmus 2018-03-14Merge branch 'master' into core-updatesRicardo Wurmus 2018-03-04gnu: Add boost@1.66.0....Marius Bakke 2018-02-19gnu: boost: Update to 1.66.0....Arun Isaac 2018-01-19gnu: mdds: Update to 1.3.1....Tobias Geerinckx-Rice