about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-10-22 07:11:04 +0000
committervolth <volth@volth.com>2019-10-22 07:11:04 +0000
commitcfe515080981a4f04c9c0729b35e9834195ea216 (patch)
treea8e8a5779b48abdefa4fb96d355b6b9c22630839
parentc79742b6a86cd394b1d1b275e10434119315aa72 (diff)
downloadnixlib-cfe515080981a4f04c9c0729b35e9834195ea216.tar
nixlib-cfe515080981a4f04c9c0729b35e9834195ea216.tar.gz
nixlib-cfe515080981a4f04c9c0729b35e9834195ea216.tar.bz2
nixlib-cfe515080981a4f04c9c0729b35e9834195ea216.tar.lz
nixlib-cfe515080981a4f04c9c0729b35e9834195ea216.tar.xz
nixlib-cfe515080981a4f04c9c0729b35e9834195ea216.tar.zst
nixlib-cfe515080981a4f04c9c0729b35e9834195ea216.zip
[cpan2nix] perlPackages.DateTimeFormatFlexible: 0.31 -> 0.32
-rw-r--r--pkgs/top-level/perl-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 1ed5ee5cc6f5..cbb07adb2435 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -4326,10 +4326,10 @@ let
 
   DateTimeFormatFlexible = buildPerlPackage {
     pname = "DateTime-Format-Flexible";
-    version = "0.31";
+    version = "0.32";
     src = fetchurl {
-      url = mirror://cpan/authors/id/T/TH/THINC/DateTime-Format-Flexible-0.31.tar.gz;
-      sha256 = "0daf62fe4af0b336d45e367143a580b5a34912a679eef788d54c4d5ad685c2d1";
+      url = mirror://cpan/authors/id/T/TH/THINC/DateTime-Format-Flexible-0.32.tar.gz;
+      sha256 = "50a7b9feb287bb14b27323a53c2324486181a3ab6cb3f4c7662d42be901ad8ee";
     };
     propagatedBuildInputs = [ DateTimeFormatBuilder ListMoreUtils ModulePluggable ];
     meta = {