mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: scintilla: Update to 5.5.1.
* gnu/packages/text-editors.scm (scintilla): Update to 5.5.1. Change-Id: I51b87c8095b97bd0b4dd51bc5f7558735fe9da73
This commit is contained in:
parent
d925388478
commit
0088927a4a
1 changed files with 2 additions and 2 deletions
|
@ -1105,14 +1105,14 @@ (define-public textpieces
|
||||||
(define-public scintilla
|
(define-public scintilla
|
||||||
(package
|
(package
|
||||||
(name "scintilla")
|
(name "scintilla")
|
||||||
(version "5.4.3")
|
(version "5.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.scintilla.org/scintilla"
|
(uri (string-append "https://www.scintilla.org/scintilla"
|
||||||
(string-delete #\. version) ".tgz"))
|
(string-delete #\. version) ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ysdi9rsg14w5mn581gjvr9jrdg1yp9rmg1r9jz7gngdgcz7q5ij"))))
|
(base32 "1rvp8aabk0m75fih7fvv6qhhc2ahf93vqbqa2zd0r8627v3llqzx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue