guix-patches
[Top][All Lists]
Advanced

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

[bug#51222] [PATCH 16/25] gnu: Add python2-atomicwrites-1.4.


From: Sébastien Lerique
Subject: [bug#51222] [PATCH 16/25] gnu: Add python2-atomicwrites-1.4.
Date: Fri, 15 Oct 2021 11:40:27 +0900

* gnu/packages/python-xyz.scm (python2-atomicwrites-1.4): New variable.
---
 gnu/packages/python-xyz.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d64385972f..0aaac07d32 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12357,6 +12357,9 @@ for atomic file system operations.")
                (base32
                 "0yla2svfhfqrcj8qbyqzx7wi4jy0dwcxvlkg0k3zjd54s5m3jw5f"))))))
 
+(define-public python2-atomicwrites-1.4
+  (package-with-python2 python-atomicwrites-1.4))
+
 (define-public python-qstylizer
   (package
     (name "python-qstylizer")
-- 
2.33.0






reply via email to

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