all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57951] [PATCH] gnu: clojure-tools: Update to 1.11.1.1165.
@ 2022-09-20  9:06 Rostislav Svoboda
  2022-09-22  1:58 ` bug#57951: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Svoboda @ 2022-09-20  9:06 UTC (permalink / raw)
  To: 57951; +Cc: Rostislav Svoboda

---
 gnu/packages/clojure.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/clojure.scm b/gnu/packages/clojure.scm
index 9876192f5f..622e43ac48 100644
--- a/gnu/packages/clojure.scm
+++ b/gnu/packages/clojure.scm
@@ -204,14 +204,14 @@ (define-public clojure
 (define-public clojure-tools
   (package
     (name "clojure-tools")
-    (version "1.11.1.1149")
+    (version "1.11.1.1165")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://download.clojure.org/install/clojure-tools-"
                            version
                            ".tar.gz"))
-       (sha256 (base32 "196wl87br8zg3npfwpr5c1q0knxd1810vzgb0b6h195hyjf6i210"))
+       (sha256 (base32 "1lg97waqfcgzr3dz5426fbc4kqcsavpbqil2iyjm1dw3zrfa8ysi"))
        ;; Remove AOT compiled JAR.  The other JAR only contains uncompiled
        ;; Clojure source code.
        (snippet
-- 
2.37.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57951: [PATCH] gnu: clojure-tools: Update to 1.11.1.1165.
  2022-09-20  9:06 [bug#57951] [PATCH] gnu: clojure-tools: Update to 1.11.1.1165 Rostislav Svoboda
@ 2022-09-22  1:58 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-09-22  1:58 UTC (permalink / raw)
  To: Rostislav Svoboda; +Cc: 57951-done

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-22  1:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-20  9:06 [bug#57951] [PATCH] gnu: clojure-tools: Update to 1.11.1.1165 Rostislav Svoboda
2022-09-22  1:58 ` bug#57951: " 宋文武 via Guix-patches via

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.