gnu: pixterm: Update to 1.3.2.

* gnu/packages/image-viewers.scm (pixterm): Update to 1.3.2.
[arguments] <install-source?>: No sources required as it's final CLI
command.
[inputs]: Remove go-golang-org-x-crypto.

Change-Id: I9bbeb1868466f89a56e172e8518c89d39c1950dc
This commit is contained in:
Sharlatan Hellseher 2025-01-09 00:08:58 +00:00
parent 97cca4c43b
commit 379574af85
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -527,7 +527,7 @@ It supports JPEG, PNG and GIF formats.")
(define-public pixterm
(package
(name "pixterm")
(version "1.3.1")
(version "1.3.2")
(source (origin
(method git-fetch)
(uri (git-reference
@ -536,14 +536,14 @@ It supports JPEG, PNG and GIF formats.")
(file-name (git-file-name name version))
(sha256
(base32
"0fm6c0mjz6zillqjirnjjf7mkrax1gyfcv6777i07ms3bnv0pcii"))))
"08x0pwnl3cyq5f29fxj379p9klzxl85p8jq2595xdz3mhb3pkgsg"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/eliukblau/pixterm/cmd/pixterm"
'(#:install-source? #f
#:import-path "github.com/eliukblau/pixterm/cmd/pixterm"
#:unpack-path "github.com/eliukblau/pixterm"))
(inputs (list go-github-com-disintegration-imaging
go-github-com-lucasb-eyer-go-colorful
go-golang-org-x-crypto
go-golang-org-x-image
go-golang-org-x-term))
(home-page "https://github.com/eliukblau/pixterm")