mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: direvent: Update to 5.4.
* gnu/packages/admin.scm (direvent): update to 5.4. Change-Id: I955abd8e3d75ff2fa7afa99c8d6b2eed2328b20a Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
edb54d378d
commit
f30509e165
1 changed files with 2 additions and 2 deletions
|
@ -2745,14 +2745,14 @@ (define-public lr
|
|||
(define-public direvent
|
||||
(package
|
||||
(name "direvent")
|
||||
(version "5.3")
|
||||
(version "5.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnu/direvent/direvent-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15y4jk5vlcd003bvf42c6z9zd4gz4pwqpwaapqmyk7x4gnksh1cl"))))
|
||||
"1flmswj1by9afqal55hc70l2hshcawyn0j2if92y6rxb58cwdfqx"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
|
Loading…
Reference in a new issue