guix-patches
[Top][All Lists]
Advanced

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

[bug#60838] [PATCH v3 6/9] gnu: Add python-trustme-next.


From: Felix Gruber
Subject: [bug#60838] [PATCH v3 6/9] gnu: Add python-trustme-next.
Date: Sun, 26 Mar 2023 19:43:32 +0000

* gnu/packages/python-crypto.scm (python-trustme-next): New variable.
---
 gnu/packages/python-crypto.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c9071c4cf6..134b59427d 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -27,6 +27,7 @@
 ;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
 ;;; Copyright © 2022 Antero Mejr <antero@mailbox.org>
+;;; Copyright © 2023 Felix Gruber <felgru@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1536,6 +1537,20 @@ (define-public python-trustme
     ;; Either license applies.
     (license (list license:expat license:asl2.0))))
 
+;;; TODO: Make this the default python-trustme in the next rebuild cycle.
+(define-public python-trustme-next
+  (package
+    (inherit python-trustme)
+    (version "0.9.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trustme" version))
+       (sha256
+        (base32 "0v2qzszmyazfgc1snicdr4b4qdajpjd4pbinpgrn9vfff0yv41sy"))))
+    (propagated-inputs
+     (list python-cryptography python-idna python-ipaddress))))
+
 (define-public python-certipy
   (package
     (name "python-certipy")
-- 
2.39.2






reply via email to

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