me
/
guix
Archived
1
0
Fork 0

gnu: python-django-taggit: Update to 1.3.0.

* gnu/packages/django.scm (python-django-taggit): Update to 1.3.0.
master
Marius Bakke 2020-09-01 12:03:41 +02:00
parent 0cac0e0b92
commit 9eccb181fa
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -269,14 +269,14 @@ when coding custom template tags.")
(define-public python-django-taggit
(package
(name "python-django-taggit")
(version "1.1.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "django-taggit" version))
(sha256
(base32
"044fzcpmns90kaxdi49qczlam4xsi8rl73rpfwvxx1gkcqzidgq1"))))
"0bbkabbs77z229ps0800gxfhf75yagp4x4j5jzfysbac3zvkp0sa"))))
(build-system python-build-system)
(arguments
'(#:phases