gnu: python-django-statici18n: Update to 2.1.0.
* gnu/packages/django.scm (python-django-statici18n): Update to 2.1.0.master
parent
2f97a666a5
commit
080770e654
|
@ -961,7 +961,7 @@ name is purely coincidental.")
|
||||||
(define-public python-django-statici18n
|
(define-public python-django-statici18n
|
||||||
(package
|
(package
|
||||||
(name "python-django-statici18n")
|
(name "python-django-statici18n")
|
||||||
(version "1.9.0")
|
(version "2.1.0")
|
||||||
(home-page "https://github.com/zyegfryed/django-statici18n")
|
(home-page "https://github.com/zyegfryed/django-statici18n")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -971,7 +971,7 @@ name is purely coincidental.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1p3myp2im6c87yc05alh91jyahqws5lcw3zzdsj4dh8lx9s9cgpf"))))
|
"0x0xvfqd40is2ks43d65awgqkx3wk10lvdim15scvbjhkh301b6v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Reference in New Issue