3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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:
rennes 2017-09-16 12:21:07 -05:00 committed by 宋文武
parent da1f7a9e16
commit ea8afaf3f1
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -6420,7 +6420,7 @@ only know by its Unicode name or code point.")
(define-public bluefish
(package
(name "bluefish")
(version "2.2.9")
(version "2.2.10")
(source
(origin
(method url-fetch)
@ -6428,7 +6428,7 @@ only know by its Unicode name or code point.")
name "-" version ".tar.gz"))
(sha256
(base32
"1vnl6raxbvc4hacg3pr6sqyjh707d304dhk5nyhlp7m0m1y3j756"))))
"1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"))))
(build-system gnu-build-system)
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)