Skip to content

Commit

Permalink
python37Packages.mysqlclient: 1.3.14 -> 1.4.1 (#54716)
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-mysqlclient/versions
  • Loading branch information
r-ryantm authored and xeji committed Feb 23, 2019
1 parent d56acd1 commit fb076f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mysqlclient/default.nix
Expand Up @@ -2,7 +2,7 @@

buildPythonPackage rec {
pname = "mysqlclient";
version = "1.3.14";
version = "1.4.1";

buildInputs = [
mysql.connector-c
Expand All @@ -13,7 +13,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "0symgjmzkckzsxx3piaxywls8q19s1pdgbmpm0v1m425wnfax09r";
sha256 = "003ylvq50swf9kxrljj66jv1vffg7s617l2dz4pjvki61r0j08m6";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit fb076f2

Please sign in to comment.