gnu: srain: Update to 1.1.3.
* gnu/packages/irc.scm (srain): Update to 1.1.3. [native-inputs]: Add python-wrapper. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
27a5360a55
commit
2a81751f61
|
@ -238,7 +238,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
|
||||||
(define-public srain
|
(define-public srain
|
||||||
(package
|
(package
|
||||||
(name "srain")
|
(name "srain")
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -247,7 +247,7 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jjs3lrlz67z9ghpc4c406a5r3naisn1famdh9rwwcg4y4y1vcws"))))
|
(base32 "1vqjjsxzc4601dpc8lf9k25rp2c7sjab7l5a6cbfygpr8dqvm6vq"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;there are no tests
|
`(#:tests? #f ;there are no tests
|
||||||
#:phases
|
#:phases
|
||||||
|
@ -261,7 +261,8 @@ using a mouse. It is customizable and extensible with plugins and scripts.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("python" ,python-wrapper)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib-networking" ,glib-networking)
|
`(("glib-networking" ,glib-networking)
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
|
|
Reference in New Issue