guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c20d9d6ea9f38f9fb24227e765437a15bc18226e
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Wed Sep 3 14:12:21 2025 +0200
gnu: Add python-funcy-1.14.
* gnu/packages/python-xyz.scm (python-funcy-1.14): New variable.
Change-Id: I2915e5c4b848db9023b2f27f969d493291773bea
---
gnu/packages/python-xyz.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e62ba2e95c..7e095c6643 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27637,6 +27637,20 @@ Examples are:
@end enumerate")
(license license:bsd-3)))
+(define-public python-funcy-1.14
+ (package/inherit python-funcy
+ (name "python-funcy")
+ (version "1.14")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Suor/funcy")
+ (commit version)))
+ (sha256
+ (base32 "1chgi60z3c97m9l23vf5cpyp0nidkqlpxc55q5k5pz41ms3d0440"))
+ (file-name (git-file-name name version))))))
+
(define-public python-isoweek
(package
(name "python-isoweek")