guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: python-django-override-storage: Update to 0.1.6.


From: guix-commits
Subject: 02/10: gnu: python-django-override-storage: Update to 0.1.6.
Date: Mon, 14 Oct 2019 23:25:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 373403bb6a4db46ed42f486a52caa0c89133cc9a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 14 23:16:42 2019 +0200

    gnu: python-django-override-storage: Update to 0.1.6.
    
    * gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.
---
 gnu/packages/django.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 8e43447..a8e0277 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -1008,14 +1008,13 @@ forms using your favorite CSS framework, without 
writing template code.")
 (define-public python-django-override-storage
   (package
     (name "python-django-override-storage")
-    (version "0.1.4")
+    (version "0.1.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "django-override-storage" version))
        (sha256
-        (base32
-         "0sqz1mh0yn8b1bzz2gr2azfiynljigm5gkzavp5n17zd3j2jg57x"))))
+        (base32 "022arq94lxnlyykn8wvfnkykhi2dldnsn93pa2i41na551i0wpiv"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-django" ,python-django)))



reply via email to

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