diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-02-25 16:57:10 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-02-25 21:05:37 +0200 |
| commit | db251311cfae6cb836d4da1895418c9bf59d446e (patch) | |
| tree | c0e6ea88f73864bc21553e6e121d3b958d1e8311 /gnu/packages/python.scm | |
| parent | a4d9609c983a4bae175790c5403f2b2beaa3e18f (diff) | |
gnu: python-pep8: Update to 1.7.0.
* gnu/packages/python.scm (python-pep8): Update to 1.7.0.
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 04cbcacf207..c0362e6b3d2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -5060,17 +5060,14 @@ applications.") | |||
| 5060 | (define-public python-pep8 | 5060 | (define-public python-pep8 |
| 5061 | (package | 5061 | (package |
| 5062 | (name "python-pep8") | 5062 | (name "python-pep8") |
| 5063 | (version "1.6.2") | 5063 | (version "1.7.0") |
| 5064 | (source | 5064 | (source |
| 5065 | (origin | 5065 | (origin |
| 5066 | (method url-fetch) | 5066 | (method url-fetch) |
| 5067 | (uri (string-append | 5067 | (uri (pypi-uri "pep8" version)) |
| 5068 | "https://pypi.python.org/packages/source/p/pep8/pep8-" | ||
| 5069 | version | ||
| 5070 | ".tar.gz")) | ||
| 5071 | (sha256 | 5068 | (sha256 |
| 5072 | (base32 | 5069 | (base32 |
| 5073 | "1zybkcdw1sx84dvkfss96nhykqg9bc0cdpwpl4k9wlxm61bf7dxq")))) | 5070 | "002rkl4lsn6x2mxmf8ar00l0m8i3mzrc6pnzz77blyksmpsxa4x1")))) |
| 5074 | (build-system python-build-system) | 5071 | (build-system python-build-system) |
| 5075 | (inputs | 5072 | (inputs |
| 5076 | `(("python-setuptools" ,python-setuptools))) | 5073 | `(("python-setuptools" ,python-setuptools))) |
