gnu: bluefish: Update to 2.2.11.
* gnu/packages/gnome.scm (bluefish): Update to 2.2.11. [inputs]: Replace python-2 with python-wrapper.
This commit is contained in:
parent
99aa7a2d6f
commit
290fe81ddc
1 changed files with 3 additions and 4 deletions
|
@ -8734,15 +8734,14 @@ only know by its Unicode name or code point.")
|
||||||
(define-public bluefish
|
(define-public bluefish
|
||||||
(package
|
(package
|
||||||
(name "bluefish")
|
(name "bluefish")
|
||||||
(version "2.2.10")
|
(version "2.2.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.bennewitz.com/bluefish/stable/source/"
|
(uri (string-append "http://www.bennewitz.com/bluefish/stable/source/"
|
||||||
"bluefish-" version ".tar.gz"))
|
"bluefish-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0a7kf78q4cj2ap4igjks9kbmmr74brsrl4y2f9wbxpl0b0v2ck2x"))))
|
||||||
"1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils)
|
`(("desktop-file-utils" ,desktop-file-utils)
|
||||||
|
@ -8751,7 +8750,7 @@ only know by its Unicode name or code point.")
|
||||||
(inputs
|
(inputs
|
||||||
`(("enchant" ,enchant)
|
`(("enchant" ,enchant)
|
||||||
("gtk+" ,gtk+)
|
("gtk+" ,gtk+)
|
||||||
("python" ,python-2)
|
("python" ,python-wrapper)
|
||||||
("xmllint" ,libxml2)
|
("xmllint" ,libxml2)
|
||||||
("gucharmap" ,gucharmap)))
|
("gucharmap" ,gucharmap)))
|
||||||
(home-page "http://bluefish.openoffice.nl")
|
(home-page "http://bluefish.openoffice.nl")
|
||||||
|
|
Reference in a new issue