emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52433: closed ([PATCH] gnu: sbcl-geco: Update to 2.1.2.)


From: GNU bug Tracking System
Subject: bug#52433: closed ([PATCH] gnu: sbcl-geco: Update to 2.1.2.)
Date: Sun, 12 Dec 2021 09:32:03 +0000

Your message dated Sun, 12 Dec 2021 09:29:51 +0000
with message-id <87czm2w4o6.fsf@kitej>
and subject line Re: [bug#52433] [PATCH] gnu: sbcl-geco: Update to 2.1.2.
has caused the debbugs.gnu.org bug report #52433,
regarding [PATCH] gnu: sbcl-geco: Update to 2.1.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52433: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52433
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: sbcl-geco: Update to 2.1.2. Date: Sat, 11 Dec 2021 14:37:21 +0000
* gnu/packages/lisp-xyz.scm (sbcl-geco): Update to 2.1.2.
[home-page]: Update home page.
[license]: Fix license.
---
 gnu/packages/lisp-xyz.scm | 41 +++++++++++++++++++++------------------
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index e838b5b198..485e50aed2 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -12650,25 +12650,28 @@ XML to Lisp structures or s-expressions and back.")
          ((#:tests? _ #f) #f))))))
 
 (define-public sbcl-geco
-  (package
-    (name "sbcl-geco")
-    (version "2.1.1")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/gpwwjr/GECO";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name "geco" version))
-       (sha256
-        (base32 "1rc8a4mk40hjx5qy980hjylv6xxqdbq38hg8c4w30y93abfd519s"))))
-    (build-system asdf-build-system/sbcl)
-    (home-page "http://hiwaay.net/~gpw/geco/geco.html";)
-    (synopsis "Genetic algorithm toolkit for Common Lisp")
-    (description
-     "GECO (Genetic Evolution through Combination of Objects) is an extensible,
-object-oriented framework for prototyping genetic algorithms in Common Lisp.")
-    (license license:lgpl2.1+)))
+  (let ((commit "db13c9384491092975f46f6a837ccdc04681a93a")
+        (revision "1"))
+    (package
+      (name "sbcl-geco")
+      (version (git-version "2.1.2" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/gpwwjr/GECO";)
+               (commit commit)))
+         (file-name (git-file-name "cl-geco" version))
+         (sha256
+          (base32 "1ncaf9ab7jz59zmga0p97blsjjb1m6db0qih57wipfhqdb5ylz17"))))
+      (build-system asdf-build-system/sbcl)
+      (home-page "https://github.com/gpwwjr/GECO";)
+      (synopsis "Genetic algorithm toolkit for Common Lisp")
+      (description
+       "GECO (Genetic Evolution through Combination of Objects) is an
+extensible, object-oriented framework for prototyping genetic algorithms in
+Common Lisp.")
+      (license license:lgpl2.0+))))
 
 (define-public cl-geco
   (sbcl-package->cl-source-package sbcl-geco))

base-commit: 58dbf4c930e26a6d813ed6cc30fb5ca67ad7c21f
-- 
2.25.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52433] [PATCH] gnu: sbcl-geco: Update to 2.1.2. Date: Sun, 12 Dec 2021 09:29:51 +0000
Patch pushed as c12c7f128418d4e0d8373d6e918547bc7f95abef.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]