guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-mechanize: Update to 0.4.7.


From: guix-commits
Subject: branch core-updates updated: gnu: python-mechanize: Update to 0.4.7.
Date: Wed, 22 Feb 2023 08:33:30 -0500

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

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new cf5db214a1 gnu: python-mechanize: Update to 0.4.7.
cf5db214a1 is described below

commit cf5db214a1f05883f4dedf14059e53d32ddc9cbc
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Feb 22 14:31:14 2023 +0100

    gnu: python-mechanize: Update to 0.4.7.
    
    This is not the latest version, but 0.4.8 fails its tests.
    
    * gnu/packages/python-xyz.scm (python-mechanize): Update to 0.4.7.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e1096a2f60..19490fbd8b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2997,14 +2997,14 @@ lossless but can be tweaked for more aggressive 
cleaning.")
 (define-public python-mechanize
   (package
     (name "python-mechanize")
-    (version "0.4.5")
+    (version "0.4.7")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "mechanize" version))
       (sha256
        (base32
-        "1z9kqcwb8gfq2l6i42z624kxpd8692a0c8gw2x5bbm7n848w2mb3"))))
+        "02b845y85ka5sl2cj93lll3v326d8bww07bq1q0y1643h7sshwqp"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-html5lib))



reply via email to

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