diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 6bead335cc6..b6cbbba03c8 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -7824,20 +7824,16 @@ provides API for reading and writing INI data.") | |||
| 7824 | (define-public guile-toml | 7824 | (define-public guile-toml |
| 7825 | (package | 7825 | (package |
| 7826 | (name "guile-toml") | 7826 | (name "guile-toml") |
| 7827 | (properties '((commit . "ecb24deb407ef76ef7cf7e9f0115060c98366a6b") | 7827 | (version "1.0") |
| 7828 | (revision . "0"))) | ||
| 7829 | (version (git-version "0" | ||
| 7830 | (assoc-ref properties 'revision) | ||
| 7831 | (assoc-ref properties 'commit))) | ||
| 7832 | (source | 7828 | (source |
| 7833 | (origin | 7829 | (origin |
| 7834 | (method git-fetch) | 7830 | (method git-fetch) |
| 7835 | (uri (git-reference | 7831 | (uri (git-reference |
| 7836 | (url "https://github.com/hylophile/guile-toml") | 7832 | (url "https://github.com/hylophile/guile-toml") |
| 7837 | (commit (assoc-ref properties 'commit)))) | 7833 | (commit (string-append "v" version)))) |
| 7838 | (file-name (git-file-name name version)) | 7834 | (file-name (git-file-name name version)) |
| 7839 | (sha256 | 7835 | (sha256 |
| 7840 | (base32 "1iqxivxcb0dcjbd5ba3c0g3mj71b32qjxfdmljyv9r297yykfd02")))) | 7836 | (base32 "0nyxj9gz0v5n2whi5wikidz5d5a7hf181vwnlr0v1l67xvxhxv1d")))) |
| 7841 | (build-system guile-build-system) | 7837 | (build-system guile-build-system) |
| 7842 | (arguments | 7838 | (arguments |
| 7843 | (list | 7839 | (list |
| @@ -7849,7 +7845,6 @@ provides API for reading and writing INI data.") | |||
| 7849 | "test/test-datatypes.scm") | 7845 | "test/test-datatypes.scm") |
| 7850 | (delete-file-recursively "test")))))) | 7846 | (delete-file-recursively "test")))))) |
| 7851 | (native-inputs (list guile-3.0)) | 7847 | (native-inputs (list guile-3.0)) |
| 7852 | (propagated-inputs (list guile-json-4)) | ||
| 7853 | (home-page "https://github.com/hylophile/guile-toml") | 7848 | (home-page "https://github.com/hylophile/guile-toml") |
| 7854 | (synopsis "TOML module for Guile Scheme") | 7849 | (synopsis "TOML module for Guile Scheme") |
| 7855 | (description | 7850 | (description |
