[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/26: gnu: cl-mgl-pax: Update to 0.1.0-0.ed82a80.
From: |
guix-commits |
Subject: |
18/26: gnu: cl-mgl-pax: Update to 0.1.0-0.ed82a80. |
Date: |
Thu, 3 Mar 2022 10:22:42 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 0e4d5b3d6e877a37799321d12b2b5029de5df1af
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Mar 3 14:10:35 2022 +0100
gnu: cl-mgl-pax: Update to 0.1.0-0.ed82a80.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax): Update to 0.1.0-0.ed82a80.
[inputs]: Use new style.
[arguments]: Add 'asd-files' parameter. Disable tests.
---
gnu/packages/lisp-xyz.scm | 33 ++++++++++++++++++++-------------
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a1f11b3bde..b35d71f74a 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -2135,11 +2135,11 @@ processes that doesn't run under Emacs. Lisp processes
created by
(sbcl-package->ecl-package sbcl-slime-swank))
(define-public sbcl-mgl-pax
- (let ((commit "a7f904784ae59bbeeeb15a14348cda46ed9bdeb3")
+ (let ((commit "ed82a80207b70801fab061f6592cf7d7355294a6")
(revision "0"))
(package
(name "sbcl-mgl-pax")
- (version (git-version "0.0.4" revision commit))
+ (version (git-version "0.1.0" revision commit))
(source
(origin
(method git-fetch)
@@ -2147,22 +2147,29 @@ processes that doesn't run under Emacs. Lisp processes
created by
(url "https://github.com/melisgl/mgl-pax")
(commit commit)))
(sha256
- (base32 "119pb3485m6hqsqsaqpaq2x8xh5lrbqapw7zaqyq425n75vd1mc8"))
- (file-name (git-file-name "mgl-pax" version))))
+ (base32 "008wfa70q68cj6npi4107mfjhjzfjmvrhm1x51jpndsn2165c5bx"))
+ (file-name (git-file-name "cl-mgl-pax" version))))
(build-system asdf-build-system/sbcl)
+ ;; (native-inputs
+ ;; (list sbcl-try))
(inputs
- `(("3bmd" ,sbcl-3bmd)
- ("alexandria" ,sbcl-alexandria)
- ("colorize" ,sbcl-colorize)
- ("md5" ,sbcl-md5)
- ("named-readtables" ,sbcl-named-readtables)
- ("pythonic-string-reader" ,sbcl-pythonic-string-reader)
- ("swank" ,sbcl-slime-swank)))
+ (list sbcl-3bmd
+ sbcl-alexandria
+ sbcl-colorize
+ sbcl-md5
+ sbcl-named-readtables
+ sbcl-pythonic-string-reader
+ sbcl-slime-swank))
(arguments
- `(#:asd-systems '("mgl-pax"
+ `(#:asd-files '("mgl-pax.asdf.asd"
+ "mgl-pax.asd")
+ #:asd-systems '("mgl-pax"
"mgl-pax/navigate"
"mgl-pax/document"
- "mgl-pax/transcribe")))
+ "mgl-pax/transcribe")
+ ;; Tests disabled because of a circular dependency
+ ;; try -> mgl-pax -> try
+ #:tests? #f))
(synopsis "Exploratory programming environment and documentation
generator")
(description
"PAX provides an extremely poor man's Explorable Programming
- 15/26: gnu: cl-osicat: Update to 0.7.0-3.a45eb3b., (continued)
- 15/26: gnu: cl-osicat: Update to 0.7.0-3.a45eb3b., guix-commits, 2022/03/03
- 09/26: gnu: cl-strings: Update to 0.0.1-1.93ec417., guix-commits, 2022/03/03
- 21/26: gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc., guix-commits, 2022/03/03
- 22/26: gnu: cl-retrospectiff: Update to 0.2-1.2fbf8c6., guix-commits, 2022/03/03
- 23/26: gnu: cl-zpb-exif: Update to 1.2.5., guix-commits, 2022/03/03
- 25/26: gnu: cl-mcclim: Update to 0.9.7-2.292343f., guix-commits, 2022/03/03
- 03/26: gnu: cl-zpb-ttf: Update to 1.0.4., guix-commits, 2022/03/03
- 06/26: gnu: cl-parse-js: Improve package definition., guix-commits, 2022/03/03
- 10/26: gnu: cl-babel: Update to 0.5.0-2.f892d05., guix-commits, 2022/03/03
- 13/26: gnu: cl+ssl: Update to 0.0.0-3.046d698., guix-commits, 2022/03/03
- 18/26: gnu: cl-mgl-pax: Update to 0.1.0-0.ed82a80.,
guix-commits <=
- 19/26: gnu: Add cl-try., guix-commits, 2022/03/03
- 20/26: gnu: cl-slime-swank: Update to 2.27., guix-commits, 2022/03/03
- 24/26: gnu: Add cl-dejavu., guix-commits, 2022/03/03
- 26/26: gnu: cl-caveman: Update to 2.4.0.35cd8bc., guix-commits, 2022/03/03
- 17/26: gnu: cl-esrap: Update to 0.18-3.4c82a86., guix-commits, 2022/03/03