guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-django@2.2: Update hash.


From: guix-commits
Subject: branch master updated: gnu: python-django@2.2: Update hash.
Date: Wed, 05 Jan 2022 05:47:07 -0500

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9577a9bad9 gnu: python-django@2.2: Update hash.
9577a9bad9 is described below

commit 9577a9bad9d27f5b0de0be316f07a0fcb435d352
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Jan 5 11:43:20 2022 +0100

    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.
---
 gnu/packages/django.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]