diff options
Diffstat (limited to 'nongnu')
| -rw-r--r-- | nongnu/packages/electron.scm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nongnu/packages/electron.scm b/nongnu/packages/electron.scm index 5b031a9..f99eba4 100644 --- a/nongnu/packages/electron.scm +++ b/nongnu/packages/electron.scm @@ -167,3 +167,10 @@ Chromium and is used by the Atom editor and many other apps.") (version "38.8.4") (source (electron-source version "07l4wxywr0ng778ikmazlshskfc26dxz43df34flxdvzglq3n202")))) + +(define-public electron-39 + (package + (inherit electron-38) + (version "39.7.0") + (source (electron-source version + "11b1kcp8l29f5lgslp7s21n92xl7vcm3w8wxajlb4hb0wm7pi0fy")))) |
