summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 04:40:46 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-09 16:01:19 +0100
commit0e591daa81f33ca297b512364333876e67927a92 (patch)
treecfb1ee061b90b6f42b63571d3a501475fa53df33
parent2317f330e8f846db44b180ac44f83da4c1d4132f (diff)
downloadguix-0e591daa81f33ca297b512364333876e67927a92.tar.gz
gnu: perl-xs-object-magic: Update to 0.05.
* gnu/packages/perl.scm (perl-xs-object-magic): Update to 0.05.
-rw-r--r--gnu/packages/perl.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7ffb4313b1..31d8977a73 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -9702,14 +9702,14 @@ attribute names.")
 (define-public perl-xs-object-magic
   (package
     (name "perl-xs-object-magic")
-    (version "0.04")
+    (version "0.05")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://cpan/authors/id/F/FL/FLORA/"
+              (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
                                   "XS-Object-Magic-" version ".tar.gz"))
               (sha256
                (base32
-                "03fghj7hq0fiicmfdxhmzfm4mzv7s097pgkd32ji7jnljvhm9six"))))
+                "0njyy4y0zax4zz55y82dlm9cly1pld1lcxb281s12bp9rrhf9j9x"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-extutils-depends" ,perl-extutils-depends)