From 9577a9bad9d27f5b0de0be316f07a0fcb435d352 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Wed, 5 Jan 2022 11:43:20 +0100 Subject: gnu: python-django@2.2: Update hash. PyPI is serving a different tarball from the official home page, where this packager had downloaded it: . This is a follow-up to commit ad35d8c017fe5ddfb05341a90e171f36e9785526. * gnu/packages/django.scm (python-django-2.2)[source]: Update checksum. --- gnu/packages/django.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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. -- cgit v1.2.3