guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20/57: gnu: python-django-gravatar2: Update to 1.4.4.


From: guix-commits
Subject: 20/57: gnu: python-django-gravatar2: Update to 1.4.4.
Date: Tue, 22 Sep 2020 12:43:35 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 384aa00c7deead8e7db492ed0f7949a18f8ccffb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 12:35:16 2020 +0200

    gnu: python-django-gravatar2: Update to 1.4.4.
    
    * gnu/packages/django.scm (python-django-gravatar2): Update to 1.4.4.
---
 gnu/packages/django.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 7068e99..56aefb7 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -532,14 +532,14 @@ request and response as a toolbar on the rendered page.")
 (define-public python-django-gravatar2
   (package
     (name "python-django-gravatar2")
-    (version "1.4.2")
+    (version "1.4.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "django-gravatar2" version))
        (sha256
         (base32
-         "1qsv40xywbqsf4mkrmsswrpzqd7nfljxpfiim9an2z3dykn5rka6"))))
+         "1vn921fb6jjx7rf5dzhy66rkb71nwmh9ydd0xs9ys72icw4jh4y8"))))
     (build-system python-build-system)
     (arguments
      '(;; TODO: The django project for the tests is missing from the release.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]