gnu: python2-psycopg2: Update to 2.7.5.
* gnu/packages/bioinformatics.scm (python2-psycopg2): Update to 2.7.5.
This commit is contained in:
parent
5d5a02dd4c
commit
19601e895b
|
@ -25,7 +25,7 @@
|
||||||
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
|
;;; Copyright © 2017 Alex Vong <alexvong1995@gmail.com>
|
||||||
;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com>
|
;;; Copyright © 2017, 2018 Ben Woodcroft <donttrustben@gmail.com>
|
||||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||||
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2015, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
|
@ -2400,14 +2400,14 @@ designed to be easy and intuitive to use.")
|
||||||
(define-public python-psycopg2
|
(define-public python-psycopg2
|
||||||
(package
|
(package
|
||||||
(name "python-psycopg2")
|
(name "python-psycopg2")
|
||||||
(version "2.7.3.1")
|
(version "2.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "psycopg2" version))
|
(uri (pypi-uri "psycopg2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rda1j02ds6s28752fhmpwg761sh6jsxi1gpczqkrd28cki1cywv"))))
|
"17klx964gw8z0znl0raz3by8vdc7cq5gxj4pdcrfcina84nrdkzc"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests would require a postgresql database "psycopg2_test"
|
;; Tests would require a postgresql database "psycopg2_test"
|
||||||
|
@ -2418,7 +2418,8 @@ designed to be easy and intuitive to use.")
|
||||||
(home-page "http://initd.org/psycopg/")
|
(home-page "http://initd.org/psycopg/")
|
||||||
(synopsis "Python PostgreSQL adapter")
|
(synopsis "Python PostgreSQL adapter")
|
||||||
(description
|
(description
|
||||||
"psycopg2 is a thread-safe PostgreSQL adapter that implements DB-API 2.0. ")
|
"psycopg2 is a thread-safe PostgreSQL adapter that implements DB-API
|
||||||
|
2.0.")
|
||||||
(license license:lgpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public python2-psycopg2
|
(define-public python2-psycopg2
|
||||||
|
|
Loading…
Reference in New Issue