summaryrefslogtreecommitdiff
path: root/gnu/packages/django.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-01-05 11:43:20 +0100
committerMarius Bakke <marius@gnu.org>2022-01-05 11:43:20 +0100
commit9577a9bad9d27f5b0de0be316f07a0fcb435d352 (patch)
treed9f280081541b1e06c6a874a84fb09c960ebbddb /gnu/packages/django.scm
parentad35d8c017fe5ddfb05341a90e171f36e9785526 (diff)
downloadguix-patches-9577a9bad9d27f5b0de0be316f07a0fcb435d352.tar
guix-patches-9577a9bad9d27f5b0de0be316f07a0fcb435d352.tar.gz
gnu: python-django@2.2: Update hash.
PyPI is serving a different tarball from the official home page, where this packager had downloaded it: <https://code.djangoproject.com/ticket/33411>. This is a follow-up to commit ad35d8c017fe5ddfb05341a90e171f36e9785526. * gnu/packages/django.scm (python-django-2.2)[source]: Update checksum.
Diffstat (limited to 'gnu/packages/django.scm')
-rw-r--r--gnu/packages/django.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index a6d43049ea..71b99edbc5 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -152,7 +152,7 @@ to the @dfn{don't repeat yourself} (DRY) principle.")
(uri (pypi-uri "Django" version))
(sha256
(base32
- "00yih371rzh0rpknayj764cfa860nsh1n9ybwyiqwf0jbm4p2k58"))))
+ "13siv3bcb2yrpzzsq2k0f1yc70ya8jkmaa5kc8x29ijjglk3g9fz"))))
(native-inputs
(modify-inputs (package-native-inputs python-django-3.2)
(prepend ;; 2.2 requires Selenium for the test suite.