mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
97cca4c43b
commit
379574af85
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue