* [bug#63630] [PATCH] gnu: Add python-crcmod.
@ 2023-05-21 17:56 Rikard Nordgren
2023-05-23 14:02 ` bug#63630: " jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Rikard Nordgren @ 2023-05-21 17:56 UTC (permalink / raw)
To: 63630; +Cc: Rikard Nordgren
* gnu/packages/python-crypto.scm (python-crcmod): New variable.
---
gnu/packages/python-crypto.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index c9071c4cf6..e0f8a45554 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -909,6 +909,23 @@ (define-public python-pynacl
of improving usability, security and speed.")
(license license:asl2.0)))
+(define-public python-crcmod
+ (package
+ (name "python-crcmod")
+ (version "1.7")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "crcmod" version))
+ (sha256
+ (base32
+ "07k0hgr42vw2j92cln3klxka81f33knd7459cn3d8aszvfh52w6w"))))
+ (build-system python-build-system)
+ (synopsis "Calculating CRCs")
+ (description "Python module for generating objects that compute the
+Cyclic Redundancy Check (CRC)")
+ (home-page "https://crcmod.sourceforge.net/")
+ (license license:expat)))
+
(define-public python-blurhash
(package
(name "python-blurhash")
--
2.30.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-23 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-21 17:56 [bug#63630] [PATCH] gnu: Add python-crcmod Rikard Nordgren
2023-05-23 14:02 ` bug#63630: " jgart via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.