arunisaac pushed a commit to branch master
in repository guix.

commit c90ea6ad50c8a937eccefd3b29614648375b4bd2
Author: Arun Isaac <[email protected]>
AuthorDate: Wed Feb 12 14:13:43 2025 +0000

    gnu: guile-email: Update to 0.3.2.
    
    * gnu/packages/guile-xyz.scm (guile-email): Update to 0.3.2.
    [source]: Use url-fetch.
    [native-inputs]: Add lzip.
    
    Change-Id: I03a0601dcc72d4d2f180682b03813e428050aa73
---
 gnu/packages/guile-xyz.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 92d5d90194..295f69d2de 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2017 Nikita <[email protected]>
 ;;; Copyright © 2017, 2018, 2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018, 2021, 2022, 2023, 2024 Maxim Cournoyer 
<[email protected]>
-;;; Copyright © 2018–2024 Arun Isaac <[email protected]>
+;;; Copyright © 2018–2025 Arun Isaac <[email protected]>
 ;;; Copyright © 2018 Pierre-Antoine Rouby <[email protected]>
 ;;; Copyright © 2018 Eric Bavier <[email protected]>
 ;;; Copyright © 2019 swedebugia <[email protected]>
@@ -1729,20 +1729,18 @@ tracker's SOAP service, such as 
@url{https://bugs.gnu.org}.";)
 (define-public guile-email
   (package
     (name "guile-email")
-    (version "0.3.1")
+    (version "0.3.2")
     (source
      (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://git.systemreboot.net/guile-email";)
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
+       (method url-fetch)
+       (uri (string-append "https://guile-email.systemreboot.net/releases/";
+                           "guile-email-" version ".tar.lz"))
        (sha256
         (base32
-         "09r50zbkyxvg6f7qn37yibasw69ajxls3sgdnhy9j70mbvcmx9c4"))))
+         "1lxiigsch4skh46s71phg0xzlwlcs3cyvq5q5i7gqkksg6737xjw"))))
     (build-system gnu-build-system)
     (native-inputs
-     (list texinfo))
+     (list lzip texinfo))
     (inputs
      (list guile-3.0))
     (arguments

Reply via email to