(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+)) orm method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gps.scm
AgeCommit message (Expand)Author
2019-07-08gnu: gama: Update to 2.06....Efraim Flashner
2019-06-13gnu: gpxsee: Fetch from Git instead of a generated tarball....Ludovic Courtès
2019-06-13gnu: gpxsee: Upgrade to 7.8...Nikolay Korotkiy
2019-05-13gnu: gpscorrelate: Update home page....Marius Bakke
2019-02-11gnu: gama: Update to 2.03....Kei Kebreau
2019-01-16gnu: Move sqlite to separate module....Ricardo Wurmus
2019-01-06gnu: gama: Update to 2.02....Efraim Flashner
2018-10-27gnu: gama: Update to 2.01....Tobias Geerinckx-Rice
2018-07-01gnu: gama: Update to 2.00....Efraim Flashner
2018-06-26gnu: gpxsee: Use INVOKE....Tobias Geerinckx-Rice