Skip to content

Commit

Permalink
Merge pull request #82167 from r-ryantm/auto-update/python2.7-ua-parser
Browse files Browse the repository at this point in the history
python27Packages.ua-parser: 0.9.0 -> 0.10.0
  • Loading branch information
lsix authored Mar 9, 2020
2 parents 04d6123 + a140160 commit dc55150
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/ua-parser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildPythonPackage rec {
pname = "ua-parser";
version = "0.9.0";
version = "0.10.0";

src = fetchPypi {
inherit pname version;
sha256 = "1qpw1jdm8bp09jwjp8r38rr7rd2jy4k2if798cax3wylphm285xy";
sha256 = "0csh307zfz666kkk5idrw3crj1x8q8vsqgwqil0r1n1hs4p7ica7";
};

buildInputs = [ pyyaml ];
Expand All @@ -15,7 +15,7 @@ buildPythonPackage rec {

meta = with stdenv.lib; {
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;
platforms = platforms.unix;
maintainers = with maintainers; [ dotlambda ];
Expand Down

0 comments on commit dc55150

Please sign in to comment.