guix-commits
[Top][All Lists]
Advanced

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

13/57: gnu: python-djangorestframework: Update to 3.11.1.


From: guix-commits
Subject: 13/57: gnu: python-djangorestframework: Update to 3.11.1.
Date: Tue, 22 Sep 2020 12:43:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e073925c948d97e25b5fdc3c307e60a3228481dd
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 1 12:08:13 2020 +0200

    gnu: python-djangorestframework: Update to 3.11.1.
    
    * gnu/packages/django.scm (python-djangorestframework): Update to 3.11.1.
---
 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 f0027db..3c2413a 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1117,14 +1117,14 @@ Django projects, which allows association of a number 
of tags with any
 (define-public python-djangorestframework
   (package
     (name "python-djangorestframework")
-    (version "3.7.7")
+    (version "3.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "djangorestframework" version))
        (sha256
         (base32
-         "11qv117gqwswxjljs7wafxg1hyzzlx3qrviwlk9hw41bsbl997lz"))))
+         "0chbl1d0m1x23mmpdj7y85k3n32lpxrhcdl07ywnylfj9dd2vl3d"))))
     (build-system python-build-system)
     (arguments
      '(;; No included tests



reply via email to

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