tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python: beautifulsoup4: 4.8.1 -> 4.8.2
Frederik Rietdijk
6 years ago
2e8908f4
9fb0efee
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
beautifulsoup4
default.nix
+2
-2
pkgs/development/python-modules/beautifulsoup4/default.nix
···
2
3
buildPythonPackage rec {
4
pname = "beautifulsoup4";
5
-
version = "4.8.1";
6
7
src = fetchPypi {
8
inherit pname version;
9
-
sha256 = "6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931";
10
};
11
12
checkInputs = [ pytest ];
···
2
3
buildPythonPackage rec {
4
pname = "beautifulsoup4";
5
+
version = "4.8.2";
6
7
src = fetchPypi {
8
inherit pname version;
9
+
sha256 = "05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a";
10
};
11
12
checkInputs = [ pytest ];