guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: python-beautifulsoup4: Update to 4.5.1.


From: Leo Famulari
Subject: 05/06: gnu: python-beautifulsoup4: Update to 4.5.1.
Date: Fri, 28 Oct 2016 17:39:58 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 67fd4a12cb5aa71f8e5943e88ffc3c18900d6963
Author: Leo Famulari <address@hidden>
Date:   Fri Oct 28 13:11:40 2016 -0400

    gnu: python-beautifulsoup4: Update to 4.5.1.
    
    * gnu/packages/python.scm (python-beautifulsoup4, python2-beautifulsoup4):
    Update to 4.5.1.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1ede56f..8e04909 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4814,14 +4814,14 @@ libxml2 and libxslt.")
 (define-public python-beautifulsoup4
   (package
     (name "python-beautifulsoup4")
-    (version "4.5.0")
+    (version "4.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "beautifulsoup4" version))
        (sha256
         (base32
-         "1rf94360s8pmn37vxqjl0g74krq2p6nj3wbn6pj94ik6ny44q24f"))))
+         "1qgmhw65ncsgccjhslgkkszif47q6gvxwqv4mim17agxd81p951w"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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