gnu: python-pyodbc-c: Update to 3.1.4.

* gnu/packages/databases.scm (python-pyodbc-c): Update to 3.1.4.
master
Danny Milosavljevic 2017-02-10 18:13:09 +01:00
parent a054777e02
commit c6b6a74e77
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -1407,7 +1407,7 @@ development.")
(define-public python-pyodbc-c
(package
(name "python-pyodbc-c")
(version "3.1.2")
(version "3.1.4")
(source
(origin
(method url-fetch)
@ -1415,7 +1415,7 @@ development.")
"archive.tar.gz?ref=v" version))
(sha256
(base32
"0nl11n3mgrcfnhimjqgv48rxqnb21l5m6s7p8ps2fa4nn4z6rzy0"))
"05aq2297k779xidmxcwkrrxjvj1bh2q7d9a1rcjv6zr15y764ga9"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system python-build-system)
(inputs