Korjaa kääntäminen uudella Guix-versiolla

This commit is contained in:
Saku Laesvuori 2025-10-14 13:53:49 +03:00
parent 874ff44b76
commit 76d8e02689
Signed by: slaesvuo
GPG Key ID: 257D284A2A1D3A32
2 changed files with 3 additions and 6 deletions

View File

@ -471,20 +471,17 @@ representations used for @@Generic1@@ are modified slightly.")
(define ghc-filestore (define ghc-filestore
(package (package
(name "ghc-filestore") (name "ghc-filestore")
(version "0.6.5") (version "0.6.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (hackage-uri "filestore" version)) (uri (hackage-uri "filestore" version))
(sha256 (sha256
(base32 (base32
"0z29273vdqjsrj4vby0gp7d12wg9nkzq9zgqg18db0p5948jw1dh")))) "1m6rav1rcigckakw8ky27lbwh5a9q8xl7nvv358ljykmvyl1j2lc"))))
(build-system haskell-build-system) (build-system haskell-build-system)
(properties '((upstream-name . "filestore"))) (properties '((upstream-name . "filestore")))
(inputs (list ghc-utf8-string ghc-xml ghc-split ghc-diff ghc-old-locale git mercurial)) (inputs (list ghc-utf8-string ghc-xml ghc-split ghc-diff ghc-old-locale git mercurial))
(native-inputs (list ghc-hunit)) (native-inputs (list ghc-hunit))
(arguments
`(#:cabal-revision ("1"
"1v9xqm0112knv6za05qf310ldndrc0h3xhajgwjaycbzkrknz4n7")))
(home-page "http://hackage.haskell.org/package/filestore") (home-page "http://hackage.haskell.org/package/filestore")
(synopsis "Interface for versioning file stores.") (synopsis "Interface for versioning file stores.")
(description (description

View File

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git") (url "https://git.savannah.gnu.org/git/guix.git")
(branch "master") (branch "master")
(commit (commit
"a6fc564bcc32ba599fc701f340c2d59c47bb225b") "b2943f6791d02feda7901c3dc2c777193e664455")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad" "9edb3f66fd807b096b48283debdcddccfea34bad"