summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/html5-parser
diff options
context:
space:
mode:
authorBalletie <skip_meesie@hotmail.com>2018-04-22 22:43:21 +0200
committerBalletie <skip_meesie@hotmail.com>2018-04-22 22:43:21 +0200
commitef47a5846ca56df999235c8ba7da04eda6d8f7af (patch)
tree632bbd78bc402383a4b1dcdd73451ea7887e41ff /pkgs/development/python-modules/html5-parser
parentMerge pull request #39238 from r-ryantm/auto-update/gpaste (diff)
downloadnixpkgs-ef47a5846ca56df999235c8ba7da04eda6d8f7af.tar.gz
pythonPackages.html5-parser: 0.4.4 -> 0.4.5
Diffstat (limited to 'pkgs/development/python-modules/html5-parser')
-rw-r--r--pkgs/development/python-modules/html5-parser/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/html5-parser/default.nix b/pkgs/development/python-modules/html5-parser/default.nix
index faddfe2bfddb..ae036d33f9ed 100644
--- a/pkgs/development/python-modules/html5-parser/default.nix
+++ b/pkgs/development/python-modules/html5-parser/default.nix
@@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "html5-parser";
- version = "0.4.4";
+ version = "0.4.5";
name = "${pname}-${version}";
src = fetchPypi {
inherit pname version;
- sha256 = "b9f3a1d4cdb8742e8e4ecafab04bff541bde4ff09af233293ed0b94028ec1ab5";
+ sha256 = "01mx33sx4dhl4kj6wc48nj6jz7ry60rkhjv0s6k8h5xmjf5yy0x9";
};
nativeBuildInputs = [ pkgconfig ];