guix-commits
[Top][All Lists]
Advanced

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

10/30: gnu: Add perl-data-uniqid.


From: Ricardo Wurmus
Subject: 10/30: gnu: Add perl-data-uniqid.
Date: Sun, 27 Nov 2016 08:50:09 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit cc3dafbb022825669cdcf96d66d73e6fdfe41bbe
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 23 22:01:28 2016 +0100

    gnu: Add perl-data-uniqid.
    
    * gnu/packages/perl.scm (perl-data-uniqid): New variable.
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8bac955..b87e339 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1331,6 +1331,26 @@ bioinformatics data.")
 they are copies of each other.")
     (license (package-license perl))))
 
+(define-public perl-data-uniqid
+  (package
+    (name "perl-data-uniqid")
+    (version "0.12")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MW/MWX/Data-Uniqid-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "1jsc6acmv97pzsvx1fqywz4qvxxpp7kwmb78ygyqpsczkfj9p4dn"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Data-Uniqid";)
+    (synopsis "Perl extension for generating unique identifiers")
+    (description "@code{Data::Uniqid} provides three simple routines for
+generating unique ids.  These ids are coded with a Base62 systen to make them
+short and handy (e.g. to use it as part of a URL).")
+    (license (package-license perl))))
+
 (define-public perl-data-dump
   (package
     (name "perl-data-dump")



reply via email to

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