[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: python-slugify: Update to 5.0.2.
From: |
guix-commits |
Subject: |
10/11: gnu: python-slugify: Update to 5.0.2. |
Date: |
Thu, 28 Oct 2021 15:43:19 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cb11325a1870c61143929acb9d32953bacd2b265
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Oct 22 04:06:17 2021 -0400
gnu: python-slugify: Update to 5.0.2.
* gnu/packages/python-web.scm (python-slugify): Update to 5.0.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a38ed5c..fcca869 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4581,13 +4581,13 @@ Python.")
(define-public python-slugify
(package
(name "python-slugify")
- (version "4.0.1")
+ (version "5.0.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-slugify" version))
(sha256
- (base32 "0w22fapghmzk3xdasc4dn7h8sl58l08d1h5zbf72dh80drv1g9b9"))))
+ (base32 "1aww2ncglyii4jkbfjxqhinivawf9zmwifcj32d69gpwp6h86czi"))))
(propagated-inputs
`(("python-unidecode" ,python-unidecode)))
(arguments
- 02/11: doc: Allow offloading of the expensive derivations., (continued)
- 02/11: doc: Allow offloading of the expensive derivations., guix-commits, 2021/10/28
- 01/11: import: cran: Use the standard diagnostic procedures., guix-commits, 2021/10/28
- 03/11: store: 'map/accumulate-builds' handler checks the store received., guix-commits, 2021/10/28
- 04/11: ui: Gracefully handle invalid Texinfo markup in package blurbs., guix-commits, 2021/10/28
- 06/11: gnu: waypipe: Simplify 'fix-sleep-path phase., guix-commits, 2021/10/28
- 08/11: gnu: Add cln., guix-commits, 2021/10/28
- 05/11: packages: Optionally validate Texinfo markup at expansion time., guix-commits, 2021/10/28
- 07/11: gnu: waypipe: Update to 0.8.1, guix-commits, 2021/10/28
- 09/11: gnu: Add ginac., guix-commits, 2021/10/28
- 11/11: gnu: python-slugify: Honor #:tests?., guix-commits, 2021/10/28
- 10/11: gnu: python-slugify: Update to 5.0.2.,
guix-commits <=