diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 23:16:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-15 05:24:36 +0200 |
commit | 373403bb6a4db46ed42f486a52caa0c89133cc9a (patch) | |
tree | c3c2a49f6d6dd5a98019c9a4aebda599743123f0 /gnu/packages/django.scm | |
parent | 19181820bc83b957224e63e540811ae165a2551d (diff) | |
download | patches-373403bb6a4db46ed42f486a52caa0c89133cc9a.tar patches-373403bb6a4db46ed42f486a52caa0c89133cc9a.tar.gz |
gnu: python-django-override-storage: Update to 0.1.6.
* gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r-- | gnu/packages/django.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm index 8e43447921..a8e0277e95 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))) |