1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

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
This commit is contained in:
Sharlatan Hellseher 2024-09-03 20:47:01 +01:00
parent 2f4175c16f
commit 2d5fef2d59
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8020,7 +8020,7 @@ email library.")
(define-public go-github-com-jaytaylor-html2text (define-public go-github-com-jaytaylor-html2text
(package (package
(name "go-github-com-jaytaylor-html2text") (name "go-github-com-jaytaylor-html2text")
(version "0.0.0-20211105163654-bc68cce691ba") (version "0.0.0-20230321000545-74c2419ad056")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -8029,7 +8029,7 @@ email library.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"12ckgkp8xqgp0fh6019nwp4ssg2k1rv1a67cpk37ian4q5zrvppm")))) "14r0ph8w4yxx129kfvj0qbx4cyid65md93qmwlz2cly4iwjnr7w2"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/jaytaylor/html2text" (list #:import-path "github.com/jaytaylor/html2text"