diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-14 01:41:53 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-18 23:16:22 +0200 |
commit | 517bd0860953a3670148821d883093fa92c8e672 (patch) | |
tree | fc2aa28391ae85deedda714e07d21472c46f1f4c | |
parent | d2979e59f05a729de12e549e11e91dfa3cb98c89 (diff) | |
download | guix-517bd0860953a3670148821d883093fa92c8e672.tar.gz |
gnu: jtbl: Update to 1.1.7.
* gnu/packages/admin.scm (jtbl): Update to 1.1.7.
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 56d48da3ac..8576f08c97 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4414,7 +4414,7 @@ file-types for easier parsing in scripts.") (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 @@ file-types for easier parsing in scripts.") (file-name (git-file-name name version)) (sha256 (base32 - "1zzd7rd63xva50f22d1rfja4r302aizrafarhwm67vv181swvdya")))) + "19i21fqz2m40cds9pb17brjxkczqagmx2f7mfb0xdvbygaply5wz")))) (build-system python-build-system) (inputs `(("python-tabulate" ,python-tabulate))) |