Compare commits

...

6 commits

Author SHA1 Message Date
Anderson Torres
4221755a88 Merge branch 'package-chrome' into 'master'
Draft: Update Google Chrome

See merge request nonguix/nonguix!754
2025-09-30 22:50:28 +00:00
John Kehayias
89f0dca2eb
nongnu: firefox-esr: Use ffmpeg-6.
This fixes video playback post mesa-updates merge in Guix.  See upstream issue
<https://bugzilla.mozilla.org/show_bug.cgi?id=1962139>; fix is like for
librewolf in Guix, see <https://codeberg.org/guix/guix/issues/3038>.

* nongnu/packages/mozilla.scm (firefox-esr)[inputs]: Change ffmpeg to
ffmpeg-6.
2025-09-30 11:12:52 -04:00
Anderson Torres
9e134dc79c
nonguix: google-chrome-canary: Update to 142.0.7426.0.
* nongnu/packages/chrome.scm (google-chrome-canary): Update to 142.0.7426.0.
2025-09-22 20:47:35 -03:00
Anderson Torres
880f9dc140
nonguix: google-chrome-unstable: Update to 142.0.7420.2
* nongnu/packages/chrome.scm (google-chrome-unstable): Update to 142.0.7420.2.
2025-09-22 20:47:35 -03:00
Anderson Torres
aaab3325f2
nonguix: google-chrome-beta: Update to 141.0.7390.30.
* nongnu/packages/chrome.scm (google-chrome-beta): Update to 141.0.7390.30.
2025-09-22 20:47:35 -03:00
Anderson Torres
cb78bdc350
nonguix: google-chrome-stable: Update to 140.0.7339.185.
* nongnu/packages/chrome.scm (google-chrome-stable): Update to 140.0.7339.185.
2025-09-22 20:47:29 -03:00
2 changed files with 5 additions and 5 deletions

View file

@ -145,13 +145,13 @@
(license (nonfree "https://www.google.com/intl/en/chrome/terms/")))))
(define-public google-chrome-stable
(make-google-chrome "stable" "139.0.7258.127" "1zq0xy7n97z2vklagwh25wmgbhzfrl94jjnvdvr16a7v334zz17k"))
(make-google-chrome "stable" "140.0.7339.185" "0qq7f2d5gjmhvqqfiy71p9ycs0cr1yvzkrq20znzpbxgaw6ipw3h"))
(define-public google-chrome-beta
(make-google-chrome "beta" "140.0.7339.16" "0zyq0sigr5pxhylp3mr45f4i3xjsbj2rmgvymgkb407ffmlcywn2"))
(make-google-chrome "beta" "141.0.7390.30" "18w22p89bk1fllqhrmz56cf99xnb44xpk1h89960x09gk2fv53fk"))
(define-public google-chrome-unstable
(make-google-chrome "unstable" "141.0.7354.0" "0b5n3flblzbfjmvkyj1lxicx48jzx47l5rba3i3j3p2n4p5hvk75"))
(make-google-chrome "unstable" "142.0.7420.2" "1gwa00s9din73k6y2sdyd4rdvd0h8y3pnvpapkig4abhpy1lkyc7"))
(define-public google-chrome-canary
(make-google-chrome "canary" "141.0.7357.0" "0hc4k4nyxrvc07dmg5cbr795d2f56dff7br905pj9cxhg2ha7c5j"))
(make-google-chrome "canary" "142.0.7426.0" "0rshsm2c3yjnd4lzbcagamx9fa194378pm6pywc7rz7xili6mlv2"))

View file

@ -457,7 +457,7 @@
cups
dbus-glib
freetype
ffmpeg
ffmpeg-6
gdk-pixbuf
glib
gtk+