guix-commits
[Top][All Lists]
Advanced

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

22/28: gnu: perl-dbd-pg: Update to 3.14.2.


From: guix-commits
Subject: 22/28: gnu: perl-dbd-pg: Update to 3.14.2.
Date: Wed, 19 May 2021 16:30:18 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f9fc3373e79e0da28d749da2aec17e3d077c5ab7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 23:00:59 2021 +0300

    gnu: perl-dbd-pg: Update to 3.14.2.
    
    * gnu/packages/databases.scm (perl-dbd-pg): Update to 3.14.2.
---
 gnu/packages/databases.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 1a6d6f1..d18fb89 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -10,7 +10,7 @@
 ;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
 ;;; Copyright © 2016 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2016, 2017, 2018 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
@@ -1836,7 +1836,7 @@ columns, primary keys, unique constraints and 
relationships.")
 (define-public perl-dbd-pg
   (package
     (name "perl-dbd-pg")
-    (version "3.7.4")
+    (version "3.14.2")
     (source
      (origin
        (method url-fetch)
@@ -1844,7 +1844,7 @@ columns, primary keys, unique constraints and 
relationships.")
                            "DBD-Pg-" version ".tar.gz"))
        (sha256
         (base32
-         "0gkqlvbmzbdm0g4k328nlkjdg3wrjm5i2n9jxj1i8sqxkm79rylz"))))
+         "0kcfqq7g3832wiix0sbyvlc885qghjrp2ah3akn7h2lnb22fjwy9"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-dbi" ,perl-dbi)))



reply via email to

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