gnu: jtbl: Update to 1.1.7.

* gnu/packages/admin.scm (jtbl): Update to 1.1.7.
This commit is contained in:
Tobias Geerinckx-Rice 2021-09-14 01:41:53 +02:00
parent d2979e59f0
commit 517bd08609
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4414,7 +4414,7 @@ (define-public jc
(define-public jtbl
(package
(name "jtbl")
(version "1.1.6")
(version "1.1.7")
(source (origin
(method git-fetch)
(uri (git-reference
@ -4423,7 +4423,7 @@ (define-public jtbl
(file-name (git-file-name name version))
(sha256
(base32
"1zzd7rd63xva50f22d1rfja4r302aizrafarhwm67vv181swvdya"))))
"19i21fqz2m40cds9pb17brjxkczqagmx2f7mfb0xdvbygaply5wz"))))
(build-system python-build-system)
(inputs
`(("python-tabulate" ,python-tabulate)))