Archived
1
0
Fork 0

gnu: python-sadisplay: Update to 0.4.8.

* gnu/packages/databases.scm (python-sadisplay): Update to 0.4.8.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-25 07:36:36 +01:00
parent 031462bac8
commit bcdc5caed7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2318,18 +2318,19 @@ designed to be easy and intuitive to use.")
(define-public python-sadisplay (define-public python-sadisplay
(package (package
(name "python-sadisplay") (name "python-sadisplay")
(version "0.4.6") (version "0.4.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sadisplay" version)) (uri (pypi-uri "sadisplay" version))
(sha256 (sha256
(base32 (base32
"0zqad2fl7q26p090qmqgmxbm6iwgf9zij1w8da1g3wdgjj72ql05")))) "01d9lxhmgpb68gy8rd6zj6fcwp84n2qq210n1qsk3qbsir79bzh4"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-sqlalchemy" ,python-sqlalchemy))) `(("python-sqlalchemy" ,python-sqlalchemy)))
(native-inputs (native-inputs
;; For tests.
`(("python-nose" ,python-nose))) `(("python-nose" ,python-nose)))
(home-page "https://bitbucket.org/estin/sadisplay") (home-page "https://bitbucket.org/estin/sadisplay")
(synopsis "SQLAlchemy schema displayer") (synopsis "SQLAlchemy schema displayer")