diff options
author | Hanketsu <hanketsu@egregore.fun> | 2025-03-01 20:04:16 +0100 |
---|---|---|
committer | Hanketsu <hanketsu@egregore.fun> | 2025-06-13 00:04:44 +0200 |
commit | ba909c5f4eaaaa2082463671a8f6c66c9a8e8430 (patch) | |
tree | 78f9161a501360aaaea7624b8df2a70accd3babd | |
parent | f07a0e6113b99febf11612e016dfb4e1f0cd2b0a (diff) |
battering: basilisk: Update to 2025.02.22.
* battering/packages/palemoon.scm (basilisk): Update to 2025.02.22.
-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 664435a..70c633b 100644 --- a/battering/packages/palemoon.scm +++ b/battering/packages/palemoon.scm @@ -337,7 +337,7 @@ from the Basilisk repository.") (license #f))) (define (make-basilisk . args) - (let ((pkg (apply make-uxp-browser "basilisk" "2025.01.04" args))) + (let ((pkg (apply make-uxp-browser "basilisk" "2025.02.22" args))) (package (inherit pkg) (name (package-name pkg)) @@ -353,7 +353,7 @@ from the Basilisk repository.") (recursive? #t))) (file-name (git-file-name name version)) (sha256 - (base32 "04b5zi81cb528vzx7yvf5ms1byfqcf6xvqb6l26alczld44dwfa9")))) + (base32 "0fxs02jh3y68cb5wn752fwliq3fk2df0krq3x0zp3l1g610zcr62")))) (arguments (substitute-keyword-arguments (package-arguments pkg) ((#:phases phases) #~(modify-phases #$phases |