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:
parent
da1f7a9e16
commit
ea8afaf3f1
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue