gnu: go-github-com-golang-freetype: Update to 0.0.0-20170609003504-e2365dfdc4a0.

* gnu/packages/golang.scm (go-github-com-golang-freetype): Update to 0.0.0-20170609003504-e2365dfdc4a0.

Change-Id: I3bfcc112e1f894c7e0ca9c457ead749e2c7f2fa3
This commit is contained in:
Sharlatan Hellseher 2025-01-11 13:34:15 +00:00
parent 597adcc192
commit 719fa62297
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2304,18 +2304,15 @@ characters with their ASCII approximations.")
(license license:asl2.0)))) (license license:asl2.0))))
(define-public go-github-com-golang-freetype (define-public go-github-com-golang-freetype
(let ((commit "e2365dfdc4a05e4b8299a783240d4a7d5a65d4e4")
(revision "1"))
(package (package
(name "go-github-com-golang-freetype") (name "go-github-com-golang-freetype")
(version (git-version "0.0.0" revision commit)) (version "0.0.0-20170609003504-e2365dfdc4a0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/golang/freetype") (url "https://github.com/golang/freetype")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (string-append "go-github-com-golang-freetype-" (file-name (git-file-name name version))
version "-checkout"))
(sha256 (sha256
(base32 (base32
"194w3djc6fv1rgcjqds085b9fq074panc5vw582bcb8dbfzsrqxc")))) "194w3djc6fv1rgcjqds085b9fq074panc5vw582bcb8dbfzsrqxc"))))
@ -2328,7 +2325,7 @@ characters with their ASCII approximations.")
(synopsis "Freetype font rasterizer in the Go programming language") (synopsis "Freetype font rasterizer in the Go programming language")
(description "The Freetype font rasterizer in the Go programming language.") (description "The Freetype font rasterizer in the Go programming language.")
(license (list license:freetype (license (list license:freetype
license:gpl2+))))) license:gpl2+))))
(define-public go-github-com-fogleman-gg (define-public go-github-com-fogleman-gg
(package (package