Skip to content

Commit

Permalink
python27Packages.pymysql: 0.9.3 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 28, 2020
1 parent 95849a5 commit 29698e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pymysql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

buildPythonPackage rec {
pname = "PyMySQL";
version = "0.9.3";
version = "0.10.0";

src = fetchPypi {
inherit pname version;
sha256 = "1ry8lxgdc1p3k7gbw20r405jqi5lvhi5wk83kxdbiv8xv3f5kh6q";
sha256 = "0dwqw556qmjl5359wsylnh5kmw3ns8qkw1pn1gwf0l70hjy70h71";
};

propagatedBuildInputs = [ cryptography ];
Expand Down

0 comments on commit 29698e2

Please sign in to comment.