mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-sergi-go-diff: Update to 1.3.1.
* gnu/packages/golang-xyz.scm (go-github-com-sergi-go-diff): Update to 1.3.1. Change-Id: I369c2bdbf112a0b16eae1ed7d837a4eece26ea50
This commit is contained in:
parent
4b7a0b83c1
commit
17f2cc664e
1 changed files with 2 additions and 2 deletions
|
@ -6191,7 +6191,7 @@ is undetermined, a customizable spinner is shown.")
|
||||||
(define-public go-github-com-sergi-go-diff
|
(define-public go-github-com-sergi-go-diff
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sergi-go-diff")
|
(name "go-github-com-sergi-go-diff")
|
||||||
(version "1.2.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6200,7 +6200,7 @@ is undetermined, a customizable spinner is shown.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cbj8nshllq102iiav0k1s01b8gwbkzj674g71n938qqna32y2pa"))))
|
(base32 "0c7lsa3kjxbrx66r93d0pvx1408b80ignpi39fzka1qc0ylshw32"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue