mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: Add electron@29.
* nongnu/packages/electron.scm (electron-29): New variable. Co-authored-by: Andre A. Gomes <andremegafone@gmail.com>
This commit is contained in:
parent
e9e954a6f0
commit
587cf0a135
1 changed files with 6 additions and 0 deletions
|
@ -96,3 +96,9 @@ Chromium and is used by the Atom editor and many other apps.")
|
|||
(version "28.2.7")
|
||||
(source (electron-source version
|
||||
"0sw8nn1jr9x0p4s2g5yp5lrpy8mzq0sjd099x7axbg6cm1c80iff"))))
|
||||
(define-public electron-29
|
||||
(package
|
||||
(inherit electron-27)
|
||||
(version "29.1.4")
|
||||
(source (electron-source version
|
||||
"1d96nhx9j9mzc3q3ald1imqdxdgq9by1qm4q703sjy3knq1p38w3"))))
|
||||
|
|
Loading…
Reference in a new issue