mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: toxic: Update to 0.8.3.
* gnu/packages/messaging.scm (toxic): Update to 0.8.3.
This commit is contained in:
parent
0c273c5040
commit
1987f95ffc
1 changed files with 4 additions and 4 deletions
|
@ -1693,7 +1693,7 @@ (define-public libircclient
|
|||
(define-public toxic
|
||||
(package
|
||||
(name "toxic")
|
||||
(version "0.8.2")
|
||||
(version "0.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1701,11 +1701,11 @@ (define-public toxic
|
|||
(url "https://github.com/JFreegman/toxic.git")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0fwmk945nip98m3md58y3ibjmzfq25hns3xf0bmbc6fjpww8d5p5"))
|
||||
(base32 "09l2j3lwvrq7bf3051vjsnml9w63790ly3iylgf26gkrmld6k31w"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
`(#:tests? #f ; no tests
|
||||
#:make-flags
|
||||
(list
|
||||
"CC=gcc"
|
||||
|
@ -1722,7 +1722,7 @@ (define-public toxic
|
|||
`(("c-toxcore" ,c-toxcore)
|
||||
("curl" ,curl)
|
||||
("freealut" ,freealut)
|
||||
("gdk-pixbuf" ,gdk-pixbuf) ; for libnotify.pc
|
||||
("gdk-pixbuf" ,gdk-pixbuf) ; for libnotify.pc
|
||||
("libconfig" ,libconfig)
|
||||
("libnotify" ,libnotify)
|
||||
("libpng" ,libpng)
|
||||
|
|
Loading…
Reference in a new issue