From f1d9231d9aa59903f1662fc94cf892b2fce21901 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Sun, 31 Jan 2016 15:10:53 +0200 Subject: gnu: python-pillow: Update to 3.1.0. * gnu/packages/python.scm (python-pillow): Update to 3.1.0. [source]: Change to pypi uri syntax. --- gnu/packages/python.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 82a9cfc75e..987b3239d4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3657,15 +3657,14 @@ services for your Python modules and applications.") (define-public python-pillow (package (name "python-pillow") - (version "3.0.0") + (version "3.1.0") (source (origin (method url-fetch) - (uri (string-append "https://pypi.python.org/packages/source/P/" - "Pillow/Pillow-" version ".tar.gz")) + (uri (pypi-uri "Pillow" version)) (sha256 (base32 - "1fsl6sywd4f4axvbpy5h5h26l6w8592j0f1wcnj1hmgy83svwl5d")))) + "00xhs4g8rfzpcqqfg4rlhfj4yk0a1k411ic6aqfsyiv3qkq7flp1")))) (build-system python-build-system) (native-inputs `(("python-setuptools" ,python-setuptools) -- cgit v1.2.3 80bf4fecb'>refslogtreecommitdiff
path: root/gnu/system/locale.scm
AgeCommit message (Expand)Author
2018-01-24system: Put locales where libc will find them....Mark H Weaver
2017-07-17locale: Demonadify the locale creation API....Ludovic Courtès
2017-07-17gnu: Remove glibc@2.21 and its traces....Ludovic Courtès
2017-07-11system: Refer to native packages when appropriate....Ludovic Courtès