diff options
| author | David Thompson <dthompson2@worcester.edu> | 2026-04-18 08:44:30 -0400 |
|---|---|---|
| committer | David Thompson <dthompson2@worcester.edu> | 2026-04-18 08:44:30 -0400 |
| commit | 8bb29027210c3c5449e5848df3b19e317f9ec2df (patch) | |
| tree | 79db176fda5961649274c2408aa9fe32ae0e2ff8 | |
| parent | dc0ffec8daa45ed240f62912115e233be82a35fa (diff) | |
gnu: guile-bstructs: Update to 0.2.0.
* gnu/packages/guile-xyz.scm (guile-bstructs): Update to 0.2.0.
Change-Id: I5e9b15ffe8507e4ba29af0cac234b16edec71f2a
| -rw-r--r-- | gnu/packages/guile-xyz.scm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 892b086d958..ef9b29cdcb4 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm | |||
| @@ -7938,14 +7938,16 @@ This module implements this interface by use of Guile's dynamic FFI.") | |||
| 7938 | (define-public guile-bstructs | 7938 | (define-public guile-bstructs |
| 7939 | (package | 7939 | (package |
| 7940 | (name "guile-bstructs") | 7940 | (name "guile-bstructs") |
| 7941 | (version "0.1.0") | 7941 | (version "0.2.0") |
| 7942 | (source | 7942 | (source |
| 7943 | (origin | 7943 | (origin |
| 7944 | (method url-fetch) | 7944 | (method git-fetch) |
| 7945 | (uri (string-append "https://files.dthompson.us/releases" | 7945 | (uri (git-reference |
| 7946 | "/guile-bstructs/guile-bstructs-" version ".tar.gz")) | 7946 | (url "https://git.dthompson.us/guile-bstructs.git") |
| 7947 | (sha256 | 7947 | (commit (string-append "v" version)))) |
| 7948 | (base32 "0f847aiyzhrlvd2jmckyqrkrvi7i9mg8rmyhbh7fs1vzykcf67wb")))) | 7948 | (file-name (git-file-name name version)) |
| 7949 | (sha256 | ||
| 7950 | (base32 "18dwhcsbcjix61hy32ckjyvgmg1r9smq2krp2m1yc6sinlszh0f2")))) | ||
| 7949 | (build-system gnu-build-system) | 7951 | (build-system gnu-build-system) |
| 7950 | (native-inputs (list autoconf automake guile-3.0 pkg-config texinfo)) | 7952 | (native-inputs (list autoconf automake guile-3.0 pkg-config texinfo)) |
| 7951 | (inputs (list guile-3.0)) | 7953 | (inputs (list guile-3.0)) |
