GNU bug report logs -
#62977
[PATCH] gnu: purescript: Update to 0.15.8.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 20 Apr 2023 22:10:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/purescript.scm (purescript): Update to 0.15.8.
---
gnu/packages/purescript.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/purescript.scm b/gnu/packages/purescript.scm
index 0a5eccc459..3ae078db75 100644
--- a/gnu/packages/purescript.scm
+++ b/gnu/packages/purescript.scm
@@ -34,13 +34,13 @@ (define-module (gnu packages purescript)
(define-public purescript
(package
(name "purescript")
- (version "0.15.7")
+ (version "0.15.8")
(source
(origin
(method url-fetch)
(uri (hackage-uri "purescript" version))
(sha256
- (base32 "1krjkgmxpfqf5a1jqs7qbg6r7ball1464zw6vgrdfzl9057c6l4f"))))
+ (base32 "1h5d5hjc9hrlk718lf62qzaq1l6ppr0l2b3fl78csyh86cihh750"))))
(build-system haskell-build-system)
(properties '((upstream-name . "purescript")))
(inputs (list ghc-aeson
--
2.39.2
This bug report was last modified 2 years and 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.