mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 08:28:09 +01:00
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:
parent
2b8a066fa1
commit
e9e954a6f0
1 changed files with 7 additions and 0 deletions
|
@ -89,3 +89,10 @@ Chromium and is used by the Atom editor and many other apps.")
|
||||||
version "/LICENSE")))))
|
version "/LICENSE")))))
|
||||||
|
|
||||||
(define-public electron electron-27)
|
(define-public electron electron-27)
|
||||||
|
|
||||||
|
(define-public electron-28
|
||||||
|
(package
|
||||||
|
(inherit electron-27)
|
||||||
|
(version "28.2.7")
|
||||||
|
(source (electron-source version
|
||||||
|
"0sw8nn1jr9x0p4s2g5yp5lrpy8mzq0sjd099x7axbg6cm1c80iff"))))
|
||||||
|
|
Loading…
Reference in a new issue