(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+)) a> : guix
<
aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2022-07-08gnu: Add python-pytest-cram....Ricardo Wurmus
2022-07-08gnu: Add python-opt-einsum....Ricardo Wurmus
2022-07-08gnu: Add python-torchfile....Ricardo Wurmus
2022-07-08gnu: FFmpeg 3: Update to 3.4.11....Leo Famulari
2022-07-08gnu: FFmpeg 2: Update to 2.8.20....Leo Famulari
2022-07-08gnu: linux-libre 4.9: Update to 4.9.322....Leo Famulari
2022-07-08gnu: linux-libre 4.14: Update to 4.14.287....Leo Famulari
2022-07-08gnu: linux-libre 4.19: Update to 4.19.251....Leo Famulari
2022-07-08gnu: linux-libre 5.4: Update to 5.4.204....Leo Famulari
2022-07-08gnu: linux-libre 5.10: Update to 5.10.129....Leo Famulari
2022-07-08gnu: linux-libre 5.15: Update to 5.15.53....Leo Famulari
2022-07-08gnu: linux-libre 5.18: Update to 5.18.10....Leo Famulari
2022-07-08gnu: Add cppawk and cppawk-egawk....Paul A. Patience
2022-07-08gnu: Add egawk-next....Paul A. Patience
2022-07-08gnu: Add gawk-mpfr....Paul A. Patience