aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-09-03 20:47:01 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-11-09 21:33:38 +0000
commit2d5fef2d595dbe29b34e698fb4b82f33e4e47b2b (patch)
tree9157c6325d3360ed463d518d594d29899df52464 /gnu
parent2f4175c16fc9e9da2de945e1d47004892db1696b (diff)
downloadguix-2d5fef2d595dbe29b34e698fb4b82f33e4e47b2b.tar.gz
guix-2d5fef2d595dbe29b34e698fb4b82f33e4e47b2b.zip
gnu: go-github-com-jaytaylor-html2text: Update to 0.0.0-20230321000545-74c2419ad056.
* gnu/packages/golang.scm (go-github-com-jaytaylor-html2text): Update to 0.0.0-20230321000545-74c2419ad056. Change-Id: Ibe7aacec03a4b8b4e3df7f8a8c871a7f072b6fc9
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 66303459ab..1ff46d8e34 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8020,7 +8020,7 @@ email library.")
(define-public go-github-com-jaytaylor-html2text
(package
(name "go-github-com-jaytaylor-html2text")
- (version "0.0.0-20211105163654-bc68cce691ba")
+ (version "0.0.0-20230321000545-74c2419ad056")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -8029,7 +8029,7 @@ email library.")
(file-name (git-file-name name version))
(sha256
(base32
- "12ckgkp8xqgp0fh6019nwp4ssg2k1rv1a67cpk37ian4q5zrvppm"))))
+ "14r0ph8w4yxx129kfvj0qbx4cyid65md93qmwlz2cly4iwjnr7w2"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/jaytaylor/html2text"