summaryrefslogtreecommitdiff
path: root/gnu/packages/clojure.scm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2026-01-06 02:18:46 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:31:18 +0100
commit0e8ce5b843accc9634e7bf9ad93515980b791dcb (patch)
tree9c6a3cf2aaa5adaa835963ab125d7eec436f351c /gnu/packages/clojure.scm
parentc6ad769066c3ece7c4504b7c4b1824ef747aba9f (diff)
gnu: clojure-algo-monads: Update to 0.2.1.
* gnu/packages/clojure.scm (clojure-algo-monads): Update to 0.2.1. Change-Id: I507ba0582b96ba9528c552f451a3bd7cd999d467 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/clojure.scm')
-rw-r--r--gnu/packages/clojure.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 60cf9afb3ce..b946928b8c9 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -468,16 +468,16 @@ that can be implemented for any data type.")
(define-public clojure-algo-monads
(package
(name "clojure-algo-monads")
- (version "0.1.6")
+ (version "0.2.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/clojure/algo.monads")
- (commit (string-append "algo.monads-" version))))
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0mv3ba72hyhgasg2k3zy83ij61gak6cs4d6qgh8123z3j02mbh8p"))))
+ (base32 "1l420fzqr1mw45w1lz6iqx0s61m8w3r3ad8zmsg17cqahnfakh00"))))
(build-system clojure-build-system)
(arguments
'(#:source-dirs '("src/main/clojure/")