guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 74320f95d1122ed30d5a7720313105eeb1687e5c
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Nov 28 15:23:38 2025 +0100

    gnu: guile-drmaa: Update to 0.2.1.
    
    * gnu/packages/guile-xyz.scm (guile-drmaa): Update to 0.2.1.
    [propagated-inputs]: Replace nyacc-1.08.1 with nyacc.
    
    Change-Id: Id27b21568298ddb4742cfad4ba20c1aa1cd22579
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0ef77b9cdb..984989f2cf 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -6996,7 +6996,7 @@ including parsing and code generation.")
 (define-public guile-drmaa
   (package
     (name "guile-drmaa")
-    (version "0.1.1")
+    (version "0.2.1")
     (source
      (origin
        (method git-fetch)
@@ -7006,14 +7006,14 @@ including parsing and code generation.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1pail39f3iwllcdma4pk4sxsaypplgb5zjyvjwqf5hdv8s3y211x"))))
+         "07llgia9zyb17w6a2adzn940x4fqc4hh4cpk1dw8vi941zjvz6wl"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake pkg-config texinfo sed))
     (inputs
      (list guile-3.0))
     (propagated-inputs
-     (list guile-bytestructures nyacc-1.08.1))
+     (list guile-bytestructures nyacc))
     (home-page "https://git.elephly.net/software/guile-drmaa.git";)
     (synopsis "Guile bindings to DRMAA")
     (description "This project provides Guile bindings to the DRMAA library

Reply via email to