This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e5478c6acf gnu: Add clasp-exponential-backoff.
e5478c6acf is described below

commit e5478c6acf74c3d5b1d25125baac23171403bd1d
Author: jgart <[email protected]>
AuthorDate: Tue Jul 15 23:35:34 2025 -0500

    gnu: Add clasp-exponential-backoff.
    
    * gnu/packages/lisp-xyz.scm (clasp-exponential-backoff): New variable.
    
    Change-Id: Id129055c6abd628d34b3491c7b2c6b41936ea936
---
 gnu/packages/lisp-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2141325749..ed89137244 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15543,6 +15543,9 @@ learn about each of the parameters.")
 (define-public ecl-exponential-backoff
   (sbcl-package->ecl-package sbcl-exponential-backoff))
 
+(define-public clasp-exponential-backoff
+  (sbcl-package->clasp-package sbcl-exponential-backoff))
+
 (define-public sbcl-external-program
   (let ((commit "5888b8f1fd3953feeeacecbba4384ddda584a749")
         (revision "1"))

Reply via email to