gnu: bluefish: Update to 2.2.10.
* gnu/packages/gnome.scm (bluefish): Update to 2.2.10. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
da1f7a9e16
commit
ea8afaf3f1
|
@ -6420,7 +6420,7 @@ only know by its Unicode name or code point.")
|
||||||
(define-public bluefish
|
(define-public bluefish
|
||||||
(package
|
(package
|
||||||
(name "bluefish")
|
(name "bluefish")
|
||||||
(version "2.2.9")
|
(version "2.2.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6428,7 +6428,7 @@ only know by its Unicode name or code point.")
|
||||||
name "-" version ".tar.gz"))
|
name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vnl6raxbvc4hacg3pr6sqyjh707d304dhk5nyhlp7m0m1y3j756"))))
|
"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)
|
||||||
|
|
Loading…
Reference in New Issue