guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: python-djangorestframework: Update to 3.12.4.


From: guix-commits
Subject: 11/14: gnu: python-djangorestframework: Update to 3.12.4.
Date: Wed, 5 May 2021 17:49:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4ae8390ffc23cbe70df888d88646941207701845
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed May 5 21:57:32 2021 +0200

    gnu: python-djangorestframework: Update to 3.12.4.
    
    * gnu/packages/django.scm (python-djangorestframework): Update to 3.12.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 0299e60..9b5593f 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1015,14 +1015,14 @@ Django projects, which allows association of a number 
of tags with any
 (define-public python-djangorestframework
   (package
     (name "python-djangorestframework")
-    (version "3.12.1")
+    (version "3.12.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "djangorestframework" version))
        (sha256
         (base32
-         "0jb22psb823vh5fj9az63p5lgyax9ygjy2faah16ajxvvsp54i6m"))))
+         "1wm7q3vp4226n6fhjnkjxg6pgh95p6ag238rg7l7dj6sind98izp"))))
     (build-system python-build-system)
     (arguments
      '(;; No included tests



reply via email to

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