diff options
| author | Graham Christensen <graham@grahamc.com> | 2017-07-25 22:17:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-25 22:17:41 -0400 |
| commit | 3ffcbdd0f0fcb227c87c2d182b4dab75bd66b85a (patch) | |
| tree | f09d987f1bd0ac61a52928a577b4a01d3a84130d /pkgs/development/python-modules/python-sql | |
| parent | 318189f26febf90a6fa8e506e93ddbf37331a09f (diff) | |
| parent | 90acbe5449268dc4e1b344b420cbb3b820e4c37a (diff) | |
Merge branch 'master' into patch-3
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
| -rw-r--r-- | pkgs/development/python-modules/python-sql/default.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/python-sql/default.nix b/pkgs/development/python-modules/python-sql/default.nix index 30f734d57193..f5ce3a156266 100644 --- a/pkgs/development/python-modules/python-sql/default.nix +++ b/pkgs/development/python-modules/python-sql/default.nix @@ -1,11 +1,12 @@ { lib, fetchurl, buildPythonPackage }: buildPythonPackage rec { - name = "python-sql-${version}"; - version = "0.8"; + pname = "python-sql"; + name = "${pname}-${version}"; + version = "0.9"; src = fetchurl { url = "mirror://pypi/p/python-sql/${name}.tar.gz"; - sha256 = "0xik939sxqfqqbpgcsnfjnws692bjip32khgwhq1ycphfy7df3h2"; + sha256 = "07b51cc1c977ef5480fe671cae5075ad4b68a6fc67f4569782e06f012456d35c"; }; meta = { homepage = http://python-sql.tryton.org/; |
