gnu: python-djangorestframework: Update to 3.12.1.
authorMarius Bakke <marius@gnu.org>
Wed, 4 Nov 2020 11:29:54 +0000 (12:29 +0100)
committerMarius Bakke <marius@gnu.org>
Thu, 5 Nov 2020 01:20:25 +0000 (02:20 +0100)
* gnu/packages/django.scm (python-djangorestframework): Update to 3.12.1.

gnu/packages/django.scm

index 0051aeb..2dc99ad 100644 (file)
@@ -1013,14 +1013,14 @@ Django projects, which allows association of a number of tags with any
 (define-public python-djangorestframework
   (package
     (name "python-djangorestframework")
-    (version "3.11.1")
+    (version "3.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "djangorestframework" version))
        (sha256
         (base32
-         "0chbl1d0m1x23mmpdj7y85k3n32lpxrhcdl07ywnylfj9dd2vl3d"))))
+         "0jb22psb823vh5fj9az63p5lgyax9ygjy2faah16ajxvvsp54i6m"))))
     (build-system python-build-system)
     (arguments
      '(;; No included tests