* bug#26506: [PATCH 1/2] gnu: idris: Update to 1.0.
@ 2017-04-15 2:30 Peter Mikkelsen
2017-04-15 0:49 ` bug#26506: Closing duplicate bug Peter Mikkelsen
0 siblings, 1 reply; 2+ messages in thread
From: Peter Mikkelsen @ 2017-04-15 2:30 UTC (permalink / raw)
To: 26505, 26506
* gnu/packages/idris.scm (idris): Update to 1.0.
---
gnu/packages/idris.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/idris.scm b/gnu/packages/idris.scm
index 2b7f4cc9d..4e3a4fddb 100644
--- a/gnu/packages/idris.scm
+++ b/gnu/packages/idris.scm
@@ -31,7 +31,7 @@
(define-public idris
(package
(name "idris")
- (version "0.99.1")
+ (version "1.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -39,7 +39,7 @@
"idris-" version "/idris-" version ".tar.gz"))
(sha256
(base32
- "12kw452arnl5ldip2x749j5np3l40bv7asqdv9w0f60j45hii40r"))))
+ "1srbz0cyvd0k1yqgbrwnfj94yg5y3z533q1kzac96z1h7v454s5h"))))
(build-system haskell-build-system)
(inputs
`(("gmp" ,gmp)
--
2.12.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-15 0:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-15 2:30 bug#26506: [PATCH 1/2] gnu: idris: Update to 1.0 Peter Mikkelsen
2017-04-15 0:49 ` bug#26506: Closing duplicate bug Peter Mikkelsen
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.