nongnu: Add electron@28.

* nongnu/packages/electron.scm (electron-28): New variable.

Co-authored-by: Andre A. Gomes <andremegafone@gmail.com>
This commit is contained in:
Jonathan Brielmaier 2024-03-14 23:07:47 +01:00
parent 2b8a066fa1
commit e9e954a6f0
No known key found for this signature in database
GPG key ID: ECFC83988B4E4B9F

View file

@ -89,3 +89,10 @@ Chromium and is used by the Atom editor and many other apps.")
version "/LICENSE")))))
(define-public electron electron-27)
(define-public electron-28
(package
(inherit electron-27)
(version "28.2.7")
(source (electron-source version
"0sw8nn1jr9x0p4s2g5yp5lrpy8mzq0sjd099x7axbg6cm1c80iff"))))