diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-04-14 17:51:43 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:28 +0200 |
| commit | 20aeb444c895434671859bac4ace50bdb65b1203 (patch) | |
| tree | 75c3b4848c09109dd9a0a68a023e85269049886a /Makefile | |
| parent | d9e1ba3e67dec5a099dafd0e911815affe9d698b (diff) | |
| download | haunt-blog-20aeb444c895434671859bac4ace50bdb65b1203.tar.gz haunt-blog-20aeb444c895434671859bac4ace50bdb65b1203.tar.bz2 haunt-blog-20aeb444c895434671859bac4ace50bdb65b1203.zip | |
Update guile patch by backporting merged patch.
The guile patch was finally merged upstream in the commit
bc2c612b89d3c4e7ef017a417af25b50f92fccee ("SRFI-19: Add support for
ISO 8601 zones with a colon.").
Since the patch changed a bit since the initial version, I backported
the upstream commit.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ CURL ?= curl BLOG_URL ?= https://blog.replicant.us/page -GUILE_PATCH = v1-0001-SRFI-19-Add-support-for-ISO-8601-zones-with-a-col.patch +GUILE_PATCH = 0001-SRFI-19-Add-support-for-ISO-8601-zones-with-a-colon.patch GUIX_COMMIT ?= b25b94335a3ee8d68d2145da8e5ea0325ecea451 GUIX_SHELL ?= guix time-machine --commit=$(GUIX_COMMIT) -- shell -C GUIX_PYTHON_PACKAGES ?= python python-beautifulsoup4 python-html2text python-sh |
