me
/
guix
Archived
1
0
Fork 0

gnu: esbuild: Update to 0.8.24.

* gnu/packages/web.scm (esbuild): Update to 0.8.24.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Ryan Prior 2020-12-19 03:58:22 +00:00 committed by Efraim Flashner
parent 53b51b44fd
commit 36e47069d0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -1485,7 +1485,7 @@ used to validate and fix HTML data.")
(define-public esbuild
(package
(name "esbuild")
(version "0.8.23")
(version "0.8.24")
(source
(origin
(method git-fetch)
@ -1494,7 +1494,7 @@ used to validate and fix HTML data.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0lrz685hdhx4cyxbslacg5x2xvm8zd1a5kjg4b7q10i5w56wb5xc"))
(base32 "14n67p9h70v26nfgnjxipj8v9dn0sbdy5gahz8v7720m80bxfdic"))
(modules '((guix build utils)))
(snippet
'(begin