guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: python-funcy: Update to 1.11.


From: guix-commits
Subject: 07/09: gnu: python-funcy: Update to 1.11.
Date: Thu, 21 Feb 2019 20:49:53 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9e396ab8d71781d5682871894df72f1e881db77a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 22 01:30:55 2019 +0100

    gnu: python-funcy: Update to 1.11.
    
    * gnu/packages/python-xyz.scm (python-funcy): Update to 1.11.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ed97ec5..bd0cea4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13487,7 +13487,7 @@ functions by partial application of operators.")
 (define-public python-funcy
   (package
     (name "python-funcy")
-    (version "1.10")
+    (version "1.11")
     (source
      (origin
        (method url-fetch)
@@ -13495,7 +13495,7 @@ functions by partial application of operators.")
                            ".tar.gz"))
        (sha256
         (base32
-         "1fanxivsip29vgarw6dn39xym3q4pbxcpa11plpp548lvxajpahz"))
+         "19nq2qqgavb054wqwi40wiq94sd22rgpvwbjlz6h3g8zv7b8dy14"))
        (file-name (string-append name "-" version ".tar.gz"))))
     (build-system python-build-system)
     (arguments



reply via email to

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