diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 0a3915bacfc..e366c68c44e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -3563,14 +3563,14 @@ It comes with safe defaults and easily configurable options.") | |||
| 3563 | (define-public python-jsmin | 3563 | (define-public python-jsmin |
| 3564 | (package | 3564 | (package |
| 3565 | (name "python-jsmin") | 3565 | (name "python-jsmin") |
| 3566 | (version "2.2.2") | 3566 | (version "3.0.1") |
| 3567 | (source | 3567 | (source |
| 3568 | (origin | 3568 | (origin |
| 3569 | (method url-fetch) | 3569 | (method url-fetch) |
| 3570 | (uri (pypi-uri "jsmin" version)) | 3570 | (uri (pypi-uri "jsmin" version)) |
| 3571 | (sha256 | 3571 | (sha256 |
| 3572 | (base32 | 3572 | (base32 |
| 3573 | "0fsmqbjvpxvff0984x7c0y8xmf49ax9mncz48b9xjx8wrnr9kpxn")))) | 3573 | "1z1brjsvni0260bypldkl8a05sgp0qk18x560zl44igr3q99m5f0")))) |
| 3574 | (build-system python-build-system) | 3574 | (build-system python-build-system) |
| 3575 | (home-page "https://github.com/tikitu/jsmin/") | 3575 | (home-page "https://github.com/tikitu/jsmin/") |
| 3576 | (synopsis "Python JavaScript minifier") | 3576 | (synopsis "Python JavaScript minifier") |
