guix-commits
[Top][All Lists]
Advanced

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

17/24: gnu: python-django-haystack: Update to 3.1.1.


From: guix-commits
Subject: 17/24: gnu: python-django-haystack: Update to 3.1.1.
Date: Sun, 5 Dec 2021 08:16:27 -0500 (EST)

mbakke pushed a commit to branch core-updates-frozen
in repository guix.

commit f457fb19ddbcfcffca26c56193fa385ef69a2b91
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Dec 3 00:34:20 2021 +0100

    gnu: python-django-haystack: Update to 3.1.1.
    
    * gnu/packages/django.scm (python-django-haystack): Update to 3.1.1.
    [arguments]: Adjust substitution.
---
 gnu/packages/django.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 58f966c..a179f43 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -390,14 +390,14 @@ useful tools for testing Django applications and 
projects.")
 (define-public python-django-haystack
   (package
     (name "python-django-haystack")
-    (version "2.8.1")
+    (version "3.1.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "django-haystack" version))
         (sha256
          (base32
-          "1302fqsrx8w474xk5cmnmg3hjqfprlxnjg9qlg86arsr4v4vqm4b"))))
+          "10kaa5641cakpra2x3jqgys085gdkjcyns26plfyrmfpjmmpa1bd"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -405,7 +405,7 @@ useful tools for testing Django applications and projects.")
          (add-after 'unpack 'loosen-verion-restrictions
            (lambda _
              (substitute* "setup.py"
-               (("geopy.*") "geopy',\n"))))
+               (("geopy.*") "geopy\",\n"))))
          (add-before 'check 'set-gdal-lib-path
            (lambda* (#:key inputs #:allow-other-keys)
              (setenv "GDAL_LIBRARY_PATH"



reply via email to

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