mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: smproxy: Update to 1.0.6.
* gnu/packages/xorg.scm (smproxy): Update to 1.0.6.
This commit is contained in:
parent
350843a5be
commit
10814b66cc
1 changed files with 2 additions and 2 deletions
|
@ -1820,7 +1820,7 @@ (define-public setxkbmap
|
|||
(define-public smproxy
|
||||
(package
|
||||
(name "smproxy")
|
||||
(version "1.0.5")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1830,7 +1830,7 @@ (define-public smproxy
|
|||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"02fn5wa1gs2jap6sr9j9yk6zsvz82j8l61pf74iyqwa99q4wnb67"))))
|
||||
"0rkjyzmsdqmlrkx8gy2j4q6iksk58hcc92xzdprkf8kml9ar3wbc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libxt" ,libxt)
|
||||
|
|
Loading…
Reference in a new issue