summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-05-01 21:38:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-05-01 21:38:18 +0200
commit146f8af47cfb5b77b6a8e8e04776e658e000e8ae (patch)
tree65095eec41b0a59e1613d630bc828f194317f0ff /pkgs
parent95f6bece881174561a5684bf6f66cd30b63ccdba (diff)
downloadnixlib-146f8af47cfb5b77b6a8e8e04776e658e000e8ae.tar
nixlib-146f8af47cfb5b77b6a8e8e04776e658e000e8ae.tar.gz
nixlib-146f8af47cfb5b77b6a8e8e04776e658e000e8ae.tar.bz2
nixlib-146f8af47cfb5b77b6a8e8e04776e658e000e8ae.tar.lz
nixlib-146f8af47cfb5b77b6a8e8e04776e658e000e8ae.tar.xz
nixlib-146f8af47cfb5b77b6a8e8e04776e658e000e8ae.tar.zst
nixlib-146f8af47cfb5b77b6a8e8e04776e658e000e8ae.zip
beautifulsoup4: 4.5.1 -> 4.5.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 4ab8879d1c8b..6599218beaf8 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2175,11 +2175,11 @@ in {
   });
 
   beautifulsoup4 = buildPythonPackage (rec {
-    name = "beautifulsoup4-4.5.1";
+    name = "beautifulsoup4-4.5.3";
 
     src = pkgs.fetchurl {
       url = "mirror://pypi/b/beautifulsoup4/${name}.tar.gz";
-      sha256 = "1qgmhw65ncsgccjhslgkkszif47q6gvxwqv4mim17agxd81p951w";
+      sha256 = "0glaw1vyxnbp03fni7h5496n6iib0n5iim4gax1n0ngscs9s075j";
     };
 
     buildInputs = [ self.nose ];