mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: python-django-override-storage: Update to 0.1.6.
* gnu/packages/django.scm (python-django-override-storage): Update to 0.1.6.
This commit is contained in:
parent
19181820bc
commit
373403bb6a
1 changed files with 2 additions and 3 deletions
|
@ -1008,14 +1008,13 @@ (define-public python-django-crispy-forms
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue