summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-22 19:17:49 +0200
committerMarius Bakke <marius@gnu.org>2021-05-22 19:53:17 +0200
commit080770e6547132650b72711a9e1b0ce50ca4ff74 (patch)
treee200ed80a5f2e5b1bf4b6d1f90bc358904e197a7 /gnu
parent2f97a666a564fea0fdcff00a0513aa8b4c2d60fe (diff)
downloadguix-patches-080770e6547132650b72711a9e1b0ce50ca4ff74.tar
guix-patches-080770e6547132650b72711a9e1b0ce50ca4ff74.tar.gz
gnu: python-django-statici18n: Update to 2.1.0.
* gnu/packages/django.scm (python-django-statici18n): Update to 2.1.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/django.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index debdd22d12..9080afd373 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -961,7 +961,7 @@ name is purely coincidental.")
(define-public python-django-statici18n
(package
(name "python-django-statici18n")
- (version "1.9.0")
+ (version "2.1.0")
(home-page "https://github.com/zyegfryed/django-statici18n")
(source (origin
(method git-fetch)
@@ -971,7 +971,7 @@ name is purely coincidental.")
(file-name (git-file-name name version))
(sha256
(base32
- "1p3myp2im6c87yc05alh91jyahqws5lcw3zzdsj4dh8lx9s9cgpf"))))
+ "0x0xvfqd40is2ks43d65awgqkx3wk10lvdim15scvbjhkh301b6v"))))
(build-system python-build-system)
(arguments
'(#:phases (modify-phases %standard-phases