##// END OF EJS Templates
dependencies: bumped hupper to 1.6.1
marcink -
r674:25bf7b13 default
parent child Browse files
Show More
@@ -230,11 +230,11 b' self: super: {'
230 };
230 };
231 };
231 };
232 "hupper" = super.buildPythonPackage {
232 "hupper" = super.buildPythonPackage {
233 name = "hupper-1.6";
233 name = "hupper-1.6.1";
234 doCheck = false;
234 doCheck = false;
235 src = fetchurl {
235 src = fetchurl {
236 url = "https://files.pythonhosted.org/packages/a4/f7/595756fdfdf896d2c46ae6dc25b1bc97645d0fbf2d6ca547b5b55728eaf3/hupper-1.6.tar.gz";
236 url = "https://files.pythonhosted.org/packages/85/d9/e005d357b11249c5d70ddf5b7adab2e4c0da4e8b0531ff146917a04fe6c0/hupper-1.6.1.tar.gz";
237 sha256 = "0p30l0pk63js0c0hl57c0dvffmawkwhh4yjmfaqyzgwdpdb0g3fc";
237 sha256 = "0d3cvkc8ssgwk54wvhbifj56ry97qi10pfzwfk8vwzzcikbfp3zy";
238 };
238 };
239 meta = {
239 meta = {
240 license = [ pkgs.lib.licenses.mit ];
240 license = [ pkgs.lib.licenses.mit ];
@@ -2,7 +2,7 b''
2
2
3 atomicwrites==1.2.1
3 atomicwrites==1.2.1
4 attrs==18.2.0
4 attrs==18.2.0
5 hupper==1.6
5 hupper==1.6.1
6 pathlib2==2.3.3
6 pathlib2==2.3.3
7 pygments==2.3.1
7 pygments==2.3.1
8 psutil==5.5.1
8 psutil==5.5.1
General Comments 0
You need to be logged in to leave comments. Login now