guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: python-pyodbc: Update to 4.0.26.


From: guix-commits
Subject: 03/09: gnu: python-pyodbc: Update to 4.0.26.
Date: Mon, 22 Apr 2019 12:20:42 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ba18ea5f41e292b8e078b300e59fce9c5619748f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 22 14:25:14 2019 +0200

    gnu: python-pyodbc: Update to 4.0.26.
    
    * gnu/packages/databases.scm (python-pyodbc): Update to 4.0.26.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 13312df..f291650 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1941,13 +1941,13 @@ for ODBC.")
 (define-public python-pyodbc
   (package
     (name "python-pyodbc")
-    (version "4.0.25")
+    (version "4.0.26")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyodbc" version))
        (sha256
-        (base32 "1bbwrb812w5i0x56jfn0l86mxc2ck904hl8y87mziay96znwia0f"))
+        (base32 "1qrxnf7ji5hml7z4y669k4wmk3iz2pcsr05bnn1n912asash09z5"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system python-build-system)
     (inputs



reply via email to

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