guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cl-utm-ups: Update to 1.2-0.f1e6fd4.


From: guix-commits
Subject: branch master updated: gnu: cl-utm-ups: Update to 1.2-0.f1e6fd4.
Date: Sun, 28 May 2023 06:07:46 -0400

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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5c959d0fa7 gnu: cl-utm-ups: Update to 1.2-0.f1e6fd4.
5c959d0fa7 is described below

commit 5c959d0fa745618ebee337ac2a21d22a6ec3a6a8
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun May 28 11:59:07 2023 +0200

    gnu: cl-utm-ups: Update to 1.2-0.f1e6fd4.
    
    * gnu/packages/lisp-xyz.scm (sbcl-utm-ups): Update to 1.2-0.f1e6fd4.
---
 gnu/packages/lisp-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7e87028982..fd09b4f52c 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16537,20 +16537,20 @@ scale statistical machine learning package")
   (sbcl-package->cl-source-package sbcl-clml))
 
 (define-public sbcl-utm-ups
-  (let ((commit "ffcb7b6d5a56fb7d4b2b95b83bbd28ffe6e6961f")
+  (let ((commit "f1e6fd469871051470dfaabdf199afb75f2fa302")
         (revision "0"))
     (package
       (name "sbcl-utm-ups")
-      (version (git-version "1.1" revision commit))
+      (version (git-version "1.2" revision commit))
       (source
        (origin
          (method git-fetch)
          (uri (git-reference
                (url "https://codeberg.org/glv/utm-ups";)
                (commit commit)))
-         (file-name (git-file-name "utm-ups" version))
+         (file-name (git-file-name "cl-utm-ups" version))
          (sha256
-          (base32 "1rvyh0srgd81kvbzmq4ysd9y6c0qdwh23naqxc9asw1vh7fq08x1"))))
+          (base32 "19nnnqagfg1c1vzwlqpp8mq2d0hrk8r6r07a46nvdyzmwbnmbwyr"))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        (list sbcl-fiveam))



reply via email to

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