me
/
guix
Archived
1
0
Fork 0

gnu: jtbl: Update to 1.1.7.

* gnu/packages/admin.scm (jtbl): Update to 1.1.7.
master
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
1 changed files with 2 additions and 2 deletions

View File

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