mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: utfcpp: Don't use unstable tarball.
* gnu/packages/textutils.scm (utfcpp)[source]: Download using git-fetch.
This commit is contained in:
parent
30024a1ecb
commit
d0f3ccf6a0
1 changed files with 6 additions and 6 deletions
|
@ -577,14 +577,14 @@ spreadsheets and outputs it in comma-separated-value format, and
|
||||||
(name "utfcpp")
|
(name "utfcpp")
|
||||||
(version "2.3.5")
|
(version "2.3.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri
|
(uri (git-reference
|
||||||
(string-append "https://github.com/nemtrif/utfcpp/archive/v"
|
(url "https://github.com/nemtrif/utfcpp")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gcqcfw19kfim8xw29xdp91l310yfjyrqdj2zsx8xx02dkpy1zzk"))))
|
"1gr98d826z6wa58r1s5i7rz7q2x3r31v7zj0pjjlrc7gfxwklr4s"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:out-of-source? #f
|
`(#:out-of-source? #f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue