diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:01 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:01 -0500 |
commit | 574e17f5544b8e6ead8e038d6ef7a07c0635751e (patch) | |
tree | c033ab8ea29394e4f9f861c817ef341e270089fa /librewolf.scm | |
parent | 247e88d6fb7c890312b237e49d47b5088aa60bde (diff) | |
download | guix-techchud-574e17f5544b8e6ead8e038d6ef7a07c0635751e.tar.gz guix-techchud-574e17f5544b8e6ead8e038d6ef7a07c0635751e.tar.bz2 guix-techchud-574e17f5544b8e6ead8e038d6ef7a07c0635751e.zip |
update librewolf and patch
Diffstat (limited to 'librewolf.scm')
-rw-r--r-- | librewolf.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/librewolf.scm b/librewolf.scm index a2a88d3..7e08280 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -57,16 +57,16 @@ (package (inherit firefox) (name "librewolf") - (version "122.0.1-2") + (version "123.0-1") (source (origin (method url-fetch) (uri (string-append "https://gitlab.com/api/v4/projects/32320088/packages/generic/librewolf-source/" version "/librewolf-" version ".source.tar.gz")) (sha256 - (base32 "0h1b3qds35s1kkzyjf2wjfjkn96brjlqkzjcjk93giwnrqabz180")) + (base32 "050kg717jy70fvjfh91aydmq25mqaz6cbf9cqsdsgh6hvpxrw873")) )) - ;(patches (search-patches "librewolf-msglm-browser.patch")))) + (patches (search-patches "librewolf-msglm-browser.patch")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases) |