aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/mold.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mold.scm b/gnu/packages/mold.scm
index 876d55e0f0..9d19104853 100644
--- a/gnu/packages/mold.scm
+++ b/gnu/packages/mold.scm
@@ -36,7 +36,7 @@
(define-public mold
(package
(name "mold")
- (version "2.35.0")
+ (version "2.35.1")
(source
(origin
(method git-fetch)
@@ -45,7 +45,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ijbqxsj9cp8cjnq6c16a927qqbfg3ijzvfhrm2qrzbnfhrkp4jz"))
+ (base32 "1zsnc2x7j0xrdmy49sbr3m131cwpxdhabh05cljkfh3ff0ypp4pb"))
(modules '((guix build utils)))
(snippet
#~(begin
oltip'>* gnu/packages/patches/ghc-basement-fix-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/haskell-xyz.scm (ghc-basement)[arguments]: New field. Change-Id: I4d462754cad3daf8328e7d3c95c184a9e12a45cd Ludovic Courtès 2024-08-10gnu: Fix https typo in package descriptions....Introduced by commit 0bce74d458a343e61d054c4b25d6f67bd1086f3c. * gnu/packages/haskell-xyz.scm (ghc-hackage-security)[description]: Fix type httsp → https. (ghc-microlens-ghc)[description]: Likewise. (ghc-microlens-mtl)[description]: Likewise. (ghc-microlens-platform)[description]: Likewise. (ghc-process-extras)[description]: Likewise. (ghc-storablevector)[description]: Likewise. Change-Id: I637fcdfd6cf782e34dddb8ef642ba000a7fe4783 Lars-Dominik Braun 2024-07-23gnu: Add ghc-brick-skylighting....* gnu/packages/haskell-xyz.scm (ghc-brick-skylighting): New variable. Change-Id: I634c108edff99b1003c26dbb2f9107ed464a5e84 Romain GARBAGE 2024-07-23gnu: Add ghc-brick....* gnu/packages/haskell-xyz.scm (ghc-brick): New variable. Change-Id: I52fbfa27422a6aacca65d0e8ed5ffa3ab335cc67 Romain GARBAGE 2024-07-23gnu: Add ghc-hclip....gnu/packages/haskell-xyz.scm (ghc-hclip): New variable. Change-Id: I2d1a2d6e1983eb89a5e61eb05204c2e1c0dc3634 Romain GARBAGE 2024-07-23gnu: Add ghc-vty-6....* gnu/packages/haskell-xyz.scm (ghc-vty-6): New variable. Change-Id: I2e2dbbe0e99d26f38494fb6bdb51bc6d67e5c02c Romain GARBAGE 2024-07-23gnu: Add ghc-vty-unix....gnu/packages/haskell-xyz.scm (ghc-vty-unix): New variable. Change-Id: Idf8e550a5d7b645d19af177dd65c5956ba3ab478 Romain GARBAGE 2024-07-23gnu: Add ghc-vty-crossplatform....* gnu/packages/haskell-xyz.scm (ghc-vty-crossplatform): New variable. Change-Id: Icbd33d9bbd7561bdb6178b3431edef6a1db92fcb Romain GARBAGE 2024-07-23gnu: Add ghc-unix-compat-7....* gnu/packages/haskell-xyz.scm (ghc-unix-compat-7): New variable. Change-Id: I28e8e4924d4f829dd07059aa205d894803409320 Romain GARBAGE 2024-07-23gnu: Add ghc-unique....* gnu/packages/haskell-xyz.scm (ghc-unique): New variable. * gnu/packages/patches/ghc-unique-support-newer-hashable.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Change-Id: Id9876b8018f5f8b3bcb82ab0bb13616ed298c31b Romain GARBAGE 2024-07-23gnu: Add ghc-stm-delay....* gnu/packages/haskell-xyz.scm (ghc-stm-delay): New variable. Change-Id: If9e20a2c103549de9b4b7d63158fe34165f6036a Romain GARBAGE 2024-07-23gnu: ghc-text-zipper: Update to 0.13....* gnu/packages/haskell-xyz.scm (ghc-text-zipper): Update to 0.13. Change-Id: I0ae9154713d799b48f9f0772a7c7ee2210493095 Romain GARBAGE 2024-07-23gnu: Add ghc-monad-parallel....* gnu/packages/haskell-xyz.scm (ghc-monad-parallel): New variable. Change-Id: I39a5b5392a50fb4f6e9e15ed107705486362d021 Romain GARBAGE 2024-07-23gnu: Add ghc-checkers....* gnu/packages/haskell-xyz.scm (ghc-checkers): New variable. Change-Id: I4228398238a169e49e68ead60cbe69ef0437e3e9 Romain GARBAGE 2024-07-23gnu: Add ghc-bimap....* gnu/packages/haskell-xyz.scm (ghc-bimap): New variable. Change-Id: Ib6ffebff5417273afaa3a08005aae3445606d6d2 Romain GARBAGE 2024-07-23gnu: Add ghc-aspell-pipe....* gnu/packages/haskell-xyz.scm (ghc-aspell-pipe): New variable. Change-Id: I0d31c9c457ce33b45c0fb6589413208796843920 Romain GARBAGE