(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+))
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/file.scm
AgeCommit message (Expand)Author
2018-01-04Merge branch 'master' into core-updatesMark H Weaver
2018-01-04gnu: file: Mention libmagic....Leo Famulari
2017-10-01Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-09-06gnu: file: Update to 5.32....Efraim Flashner
2017-09-05gnu: file: Fix CVE-2017-1000249....Efraim Flashner
2017-04-03gnu: file: Update to 5.30....Marius Bakke
2016-08-15gnu: file: Update to 5.28....Efraim Flashner