[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: python-beautifulsoup4: Update to 4.9.3.
From: |
guix-commits |
Subject: |
10/13: gnu: python-beautifulsoup4: Update to 4.9.3. |
Date: |
Mon, 29 Mar 2021 10:20:55 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 6960cfe9241c5f2ce05b65aaa901bf5e3e0cc198
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Mar 29 17:03:24 2021 +0300
gnu: python-beautifulsoup4: Update to 4.9.3.
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.9.3.
---
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 cc9d9c2..7b6c3aa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7794,14 +7794,14 @@ the GObject Introspection bindings to libnotify for
non-GTK applications.")
(define-public python-beautifulsoup4
(package
(name "python-beautifulsoup4")
- (version "4.9.1")
+ (version "4.9.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beautifulsoup4" version))
(sha256
(base32
- "1mvzlw3pzbhsvl3z8784s5h7iiflm2hggiy1fxyrrxwnbc8lvk3k"))))
+ "09gbd49mwz86k572r1231x2rdp82p42zlnw0bz9b9mfi58r9wwl4"))))
(build-system python-build-system)
(arguments
`(#:phases
- branch master updated (7c9016b -> 5dbc2e3), guix-commits, 2021/03/29
- 02/13: gnu: python-pytest-flake8: Update to 1.0.7., guix-commits, 2021/03/29
- 01/13: gnu: python-dropbox: Update to 11.5.0., guix-commits, 2021/03/29
- 05/13: gnu: python-tornado: Update to 6.1., guix-commits, 2021/03/29
- 06/13: gnu: python-pycodestyle: Update to 2.7.0., guix-commits, 2021/03/29
- 07/13: gnu: python-pyzmq: Update to 22.0.3., guix-commits, 2021/03/29
- 03/13: gnu: python-backcall: Update to 0.2.0., guix-commits, 2021/03/29
- 04/13: gnu: python-astor: Update to 0.8.1., guix-commits, 2021/03/29
- 10/13: gnu: python-beautifulsoup4: Update to 4.9.3.,
guix-commits <=
- 08/13: gnu: python-pyflakes: Update to 2.3.1., guix-commits, 2021/03/29
- 12/13: gnu: perl-test-output: Update to 1.033., guix-commits, 2021/03/29
- 09/13: gnu: python-flake8: Update to 3.9.0., guix-commits, 2021/03/29
- 11/13: gnu: python-soupsieve: Update to 2.2.1., guix-commits, 2021/03/29
- 13/13: gnu: perl-params-util: Update to 1.102., guix-commits, 2021/03/29