guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-scrapy: Update to 2.7.1.


From: guix-commits
Subject: branch master updated: gnu: python-scrapy: Update to 2.7.1.
Date: Sun, 29 Jan 2023 03:14:51 -0500

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

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b9e6e31877 gnu: python-scrapy: Update to 2.7.1.
b9e6e31877 is described below

commit b9e6e31877cdb96cceba4d1ec6268f86b824dec4
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sat Jan 21 15:39:03 2023 +0000

    gnu: python-scrapy: Update to 2.7.1.
    
    * gnu/packages/python-web.scm (python-scrapy): Update to 2.7.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 20e57db980..e7134677a9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7740,13 +7740,13 @@ regular expressions.")
 (define-public python-scrapy
   (package
     (name "python-scrapy")
-    (version "2.6.1")
+    (version "2.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Scrapy" version))
        (sha256
-        (base32 "09rqalbwcz9ix8h0992mzjs50sssxsmmh8w9abkrqchgknjmbzan"))))
+        (base32 "0kpi3hg2ycs6s8cg41r2zc1axd0rpnps8bnzg7wisjyjaf1l1yih"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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