summaryrefslogtreecommitdiff
path: root/px
diff options
context:
space:
mode:
authorFranz Geffke <franz@pantherx.org>2023-12-07 10:08:34 +0000
committerFranz Geffke <franz@pantherx.org>2023-12-07 10:08:34 +0000
commit70572593ef27774d9d74d40234364bd47900b1fc (patch)
tree64bb2d5e075a8c37ec9889c75b819dc034aa6881 /px
parent0fe74014141bbbeb036e4613fc1b17ebbf4f1f82 (diff)
vscode: v1.84.2
Diffstat (limited to 'px')
-rw-r--r--px/packages/programming.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/px/packages/programming.scm b/px/packages/programming.scm
index 23d75c5..52f2a4e 100644
--- a/px/packages/programming.scm
+++ b/px/packages/programming.scm
@@ -36,7 +36,7 @@
(define-public vscode
(package
(name "vscode")
- (version "1.82.2")
+ (version "1.84.2")
(source
#f)
(build-system binary-build-system)
@@ -154,7 +154,7 @@
out) ":"))))) #t)))))
(native-inputs `(("tar" ,tar)))
(inputs `(("vscode" ,(make-vscode-release-asset version "vscode"
- "0i6zk4zkwcw5lnzhg7vvnsw17nar97bbq3iishag9cpjqs9jpq4z"))
+ "1vdgc4mnysij2sf87d5dfh0yw9j2a58lvmnwzzsj1icaydhkhfjy"))
("gcc:lib" ,gcc "lib")
("gcc" ,gcc "lib")
("glib" ,glib)
@@ -190,7 +190,8 @@
("bash-minimal" ,bash-minimal)))
(home-page "https://code.visualstudio.com/")
(synopsis
- "Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.")
+ "Code editor written in TypeScript and Electron")
(description
- "Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.")
+ "Visual Studio Code is a code editor redefined and optimized for
+building and debugging modern web and cloud applications.")
(license license:expat)))