mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python27Packages.reportlab: 3.5.47 -> 3.5.48
This commit is contained in:
parent
9af2be0a00
commit
42144fd7f4
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@ let
|
|||
ft = freetype.overrideAttrs (oldArgs: { dontDisableStatic = true; });
|
||||
in buildPythonPackage rec {
|
||||
pname = "reportlab";
|
||||
version = "3.5.47";
|
||||
version = "3.5.48";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0gw0902yjszwxk0air69in7nk4h2q36r96ga3r4bz0p0cnmagcj5";
|
||||
sha256 = "0bfe3fe6e1bd1d922f83683eae2ba1d2d29de94e25fb115eacca9530b4b02f76";
|
||||
};
|
||||
|
||||
checkInputs = [ glibcLocales ];
|
||||
|
|
Loading…
Reference in a new issue