mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: trurl: Update to 0.9.
* gnu/packages/curl.scm (trurl): Update to 0.9. Change-Id: Ieb0f19e6d48897dceb32e317613a301f521c9b94
This commit is contained in:
parent
d3129b3f1e
commit
fbeae77ae6
1 changed files with 2 additions and 2 deletions
|
@ -421,7 +421,7 @@ (define-public curlie
|
|||
(define-public trurl
|
||||
(package
|
||||
(name "trurl")
|
||||
(version "0.8")
|
||||
(version "0.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -430,7 +430,7 @@ (define-public trurl
|
|||
(commit (string-append name "-" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19zdpjp01n7s7zgixq3irqfnx66dmqf8zyp0dlb6y7ga673lqwi8"))))
|
||||
(base32 "10gsl0fdpybfcffmgf3qww7cpw3ifczl601042a2mqmwwrlx5zj7"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue