(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+)) rm'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Expand)Author
2021-03-17gnu: Use PACKAGE/INHERIT in more places....Mark H Weaver
2021-03-13gnu: micropython: Update to 1.14....Tobias Geerinckx-Rice
2021-03-02gnu: Python 2: Fix CVE-2021-3177....Leo Famulari
2021-02-25gnu: Python 3.9: Update to 3.9.2....Greg Hogan
2021-02-23gnu: Python: Fix CVE-2021-3177....Leo Famulari
2021-02-19gnu: Python 3.9: Fix CVE-2021-3177....Leo Famulari
2020-12-21Merge branch 'master' into ungraftingMarius Bakke
2020-12-14gnu: Add python-3.9....Tanguy Le Carrour
2020-12-08gnu: Python: Fix CVE-2020-26116....Marius Bakke
2020-10-26gnu: python: Disable failing tests for the Hurd....Jan (janneke) Nieuwenhuizen
2020-09-29gnu: micropython: Update to 1.13....Nicolas Goaziou
2020-09-14gnu: python-wrapper: Mention pip in description....Pierre Neidhardt
2020-07-13gnu: micropython: Update to 1.12....Efraim Flashner