Merge pull request #82167 from r-ryantm/auto-update/python2.7-ua-parser
python27Packages.ua-parser: 0.9.0 -> 0.10.0
This commit is contained in:
commit
dc55150bff
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ua-parser";
|
pname = "ua-parser";
|
||||||
version = "0.9.0";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1qpw1jdm8bp09jwjp8r38rr7rd2jy4k2if798cax3wylphm285xy";
|
sha256 = "0csh307zfz666kkk5idrw3crj1x8q8vsqgwqil0r1n1hs4p7ica7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pyyaml ];
|
buildInputs = [ pyyaml ];
|
||||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A python implementation of the UA Parser";
|
description = "A python implementation of the UA Parser";
|
||||||
homepage = https://github.com/ua-parser/uap-python;
|
homepage = "https://github.com/ua-parser/uap-python";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
|
Loading…
Reference in New Issue
Block a user