mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: rxvt-unicode: Update to 9.30.
* gnu/packages/xdisorg.scm (rxvt-unicode): Update to 9.30.
This commit is contained in:
parent
eb62e3e54d
commit
39631cefa8
1 changed files with 2 additions and 2 deletions
|
@ -1207,14 +1207,14 @@ (define-public sxhkd
|
|||
(define-public rxvt-unicode
|
||||
(package
|
||||
(name "rxvt-unicode")
|
||||
(version "9.29")
|
||||
(version "9.30")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://dist.schmorp.de/rxvt-unicode/Attic/"
|
||||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z0mqiiw1vxb1vz1b7my1yzb57pzaprc5v28azwb379i1kgck2y1"))))
|
||||
"0badnkjsn3zps24r5iggj8k5v4f00npc77wqg92pcn1q5z8r677y"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; This sets the destination when installing the necessary terminal
|
||||
|
|
Loading…
Reference in a new issue