diff options
Diffstat (limited to 'battering/packages')
-rw-r--r-- | battering/packages/palemoon.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battering/packages/palemoon.scm b/battering/packages/palemoon.scm index 2b6a8bf..4179d57 100644 --- a/battering/packages/palemoon.scm +++ b/battering/packages/palemoon.scm @@ -345,7 +345,7 @@ from the Basilisk repository.") (license #f))) (define (make-basilisk . args) - (let ((pkg (apply make-uxp-browser "basilisk" "2025.02.22" args))) + (let ((pkg (apply make-uxp-browser "basilisk" "2025.04.23" args))) (package (inherit pkg) (name (package-name pkg)) @@ -361,7 +361,7 @@ from the Basilisk repository.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "0fxs02jh3y68cb5wn752fwliq3fk2df0krq3x0zp3l1g610zcr62")))) + (base32 "1n03dv11qrmf465pljyr26gxka3sfp6dvqyspv394bj31xm5fjz8")))) (arguments (substitute-keyword-arguments (package-arguments pkg) ((#:phases phases) #~(modify-phases #$phases |