mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: libsm: Update to 1.2.2.
* gnu/packages/xorg.scm (libsm): Update to 1.2.2.
This commit is contained in:
parent
b54eab023f
commit
d8dde29631
1 changed files with 3 additions and 3 deletions
|
@ -1115,17 +1115,17 @@ (define-public libpthread-stubs
|
|||
(define-public libsm
|
||||
(package
|
||||
(name "libsm")
|
||||
(version "1.2.1")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/X11R7.7/src/everything/libSM-"
|
||||
"mirror://xorg/individual/lib/libSM-"
|
||||
version
|
||||
".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"07bzi6xwlhq36f60qfspjbz0qjj7zcgayi1vp4ihgx34kib1vhck"))))
|
||||
"1gc7wavgs435g9qkp9jw4lhmaiq6ip9llv49f054ad6ryp4sib0b"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("libice" ,libice))) ; SMlib.h includes ICElib.h
|
||||
|
|
Loading…
Reference in a new issue