dannym pushed a commit to branch master
in repository guix.

commit a1f211c9c5c889174cf7979e5b52d79370606dc3
Author: Antero Mejr <[email protected]>
AuthorDate: Sun Jun 4 17:42:39 2023 +0000

    gnu: Add perl-io-sessiondata.
    
    * gnu/packages/perl-web.scm (perl-io-sessiondata): New variable.
    
    Signed-off-by: Danny Milosavljevic <[email protected]>
---
 gnu/packages/perl-web.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index 0af0c145bd..459bd43a8a 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -170,3 +170,23 @@ a URL to get the image from @url{gravatar.com}.  A 
Gravatar is a Globally
 Recognized Avatar for a given email address. This allows you to have a global
 picture associated with your email address.")
     (license license:perl-license)))
+
+(define-public perl-io-sessiondata
+  (package
+    (name "perl-io-sessiondata")
+    (version "1.03")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/P/PH/PHRED/IO-SessionData-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "1p9d77pqy9a8dbgw7h7vmmkg0rlckk19dchd4c8gvcyv7qm73934"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/release/IO-SessionData";)
+    (synopsis "Supporting module for SOAP::Lite")
+    (description
+     "Package extracted from SOAP::Lite.  Slightly modified to work on
+multiple platforms.")
+    (license license:perl-license)))

Reply via email to