lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python37Packages.xstatic-bootbox: 4.4.0.1 -> 5.5.1.1

authored by

R. RyanTM and committed by
Jonathan Ringer
5c737382 221568cc

+2 -2
+2 -2
pkgs/development/python-modules/xstatic-bootbox/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "XStatic-Bootbox"; 8 - version = "4.4.0.1"; 8 + version = "5.5.1.1"; 9 9 10 10 src = fetchPypi { 11 11 inherit version pname; 12 - sha256 = "1g00q38g1k576lxjlwglv4w3fj4z0z8lxlwpc66wyhjglj4r4bwd"; 12 + sha256 = "4b2120bb33a1d8ada8f9e0532ad99987aa03879b17b08bfdc6b8326d6eb7c205"; 13 13 }; 14 14 15 15 # no tests implemented