guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3bf334d1426faabbf7e93696a0426a05d9144169
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Aug 9 08:58:18 2026 +0200

    gnu: Remove guile2.0-commonmark.
    
    * gnu/packages/guile-xyz.scm (guile2.0-commonmark): Delete variable.
    
    Relates-to: guix/guix!10440
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/guile-xyz.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 03000842e4..06d755da3d 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4534,12 +4534,6 @@ is no support for parsing block and inline level HTML.")
     (name "guile2.2-commonmark")
     (inputs (list guile-2.2))))
 
-(define-public guile2.0-commonmark
-  (package
-    (inherit guile-commonmark)
-    (name "guile2.0-commonmark")
-    (inputs (list guile-2.0))))
-
 (define-public guile-sundown
   (package
     (name "guile-sundown")

Reply via email to