efraim pushed a commit to branch master
in repository guix.

commit e5d885c86a501a6994e9dcf7e4914c8a7befb7f9
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Jan 6 11:39:30 2020 +0200

    gnu: perl-ole-storage-lite: Update to 0.20.
    
    * gnu/packages/perl.scm (perl-ole-storage-lite): Update to 0.20.
---
 gnu/packages/perl.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 44b7646..c94afbc 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6,7 +6,7 @@
 ;;; Copyright © 2015 Eric Dvorsak <[email protected]>
 ;;; Copyright © 2016, 2018 Mark H Weaver <[email protected]>
 ;;; Copyright © 2016 Jochem Raat <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<[email protected]>
 ;;; Copyright © 2016 ng0 <[email protected]>
 ;;; Copyright © 2016 Alex Sassmannshausen <[email protected]>
 ;;; Copyright © 2016, 2018 Roel Janssen <[email protected]>
@@ -6882,7 +6882,7 @@ signatures.")
 (define-public perl-ole-storage-lite
   (package
     (name "perl-ole-storage-lite")
-    (version "0.19")
+    (version "0.20")
     (source
      (origin
        (method url-fetch)
@@ -6892,7 +6892,7 @@ signatures.")
              ".tar.gz"))
        (sha256
         (base32
-         "179cxwqxb0f9dpx8954nvwjmggxxi5ndnang41yav1dx6mf0abp7"))))
+         "1fpqhhgb8blj4hhs97fsbnbhk29s9yms057a9s9yl20f3hbsc65b"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/OLE-Storage_Lite";)
     (synopsis "Read and write OLE storage files")

Reply via email to