0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python: XStatic-Bootstrap: 3.3.5.1 -> 3.3.7.1

This commit is contained in:
Frederik Rietdijk 2018-10-06 12:56:21 +02:00
parent bcf8f90768
commit 8cad4553b8

View file

@ -5,11 +5,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "XStatic-Bootstrap"; pname = "XStatic-Bootstrap";
version = "3.3.5.1"; version = "3.3.7.1";
src = fetchPypi { src = fetchPypi {
inherit version pname; inherit version pname;
sha256 = "0jzjq3d4vp2shd2n20f9y53jnnk1cvphkj1v0awgrf18qsy2bmin"; sha256 = "0c949e78e8cd77983fd803a68a98df0124e0c3a872fddb9ac8e6e5b4a487f131";
}; };
# no tests implemented # no tests implemented