diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
commit | b7a07a444a4ac34da986d8caa5060ef382d38a29 (patch) | |
tree | 4b02519ce9285fda7527f5d4983c10e4039b005d /librewolf.scm | |
parent | 50114dff1c018cf7c935305b2b91fa4413d9b025 (diff) | |
download | guix-techchud-b7a07a444a4ac34da986d8caa5060ef382d38a29.tar.gz guix-techchud-b7a07a444a4ac34da986d8caa5060ef382d38a29.tar.bz2 guix-techchud-b7a07a444a4ac34da986d8caa5060ef382d38a29.zip |
Bump librewolf + personal patch
Diffstat (limited to 'librewolf.scm')
-rw-r--r-- | librewolf.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/librewolf.scm b/librewolf.scm index 2ad2847..aea08ac 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -57,14 +57,15 @@ (package (inherit firefox) (name "librewolf") - (version "121.0-1") + (version "121.0.1-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 "0f83ajay802i23v644s0r8dg5f4i75dhvk2gn7mjzyx9g250lqwf")))) + (base32 "18m1i5825pjvf2wdf71d57v21z0ac8qgx2xhvgf5p7c4vi9diz88")) + (patches (search-patches "librewolf-msglm-browser.patch")))) (arguments (substitute-keyword-arguments (package-arguments firefox-esr) ((#:phases phases) |