diff options
author | Marius Bakke <marius@gnu.org> | 2020-09-01 12:03:41 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2020-09-22 18:41:53 +0200 |
commit | 9eccb181faf1121fa578bb269d5f8409b5c57ff8 (patch) | |
tree | 3707cb3ec661744cd4d32c62c6023d351c2b82ae | |
parent | 0cac0e0b92925bc3caf65fbde323813cd56db826 (diff) | |
download | guix-9eccb181faf1121fa578bb269d5f8409b5c57ff8.tar.gz |
gnu: python-django-taggit: Update to 1.3.0.
* gnu/packages/django.scm (python-django-taggit): Update to 1.3.0.
-rw-r--r-- | gnu/packages/django.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 6d3cd74e58..ff8afe58f1 100644 --- a/gnu/packages/django.scm +++ b/gnu/packages/django.scm @@ -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 |