guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: python-cffi: Update to 1.11.5.


From: Marius Bakke
Subject: 06/06: gnu: python-cffi: Update to 1.11.5.
Date: Wed, 22 Aug 2018 12:13:43 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 22cf2f4abfa2b1ad5620d35644b6538b7041dbf1
Author: Marius Bakke <address@hidden>
Date:   Wed Aug 22 18:00:16 2018 +0200

    gnu: python-cffi: Update to 1.11.5.
    
    * gnu/packages/libffi.scm (python-cffi): Update to 1.11.5.
---
 gnu/packages/libffi.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/libffi.scm b/gnu/packages/libffi.scm
index 7d3abaf..d1b910b 100644
--- a/gnu/packages/libffi.scm
+++ b/gnu/packages/libffi.scm
@@ -82,13 +82,13 @@ conversions for values passed between the two languages.")
 (define-public python-cffi
   (package
     (name "python-cffi")
-    (version "1.11.4")
+    (version "1.11.5")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "cffi" version))
       (sha256
-       (base32 "07fiy4wqg8g08x38r04ydjr8n6g0g74gb8si8b6jhymijalq746z"))))
+       (base32 "1x3lrj928dcxx1k8k9gf3s4s3jwvzv8mc3kkyg1g7c3a1sc1f3z9"))))
     (build-system python-build-system)
     (outputs '("out" "doc"))
     (inputs



reply via email to

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