summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-27 22:45:03 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:17 +0100
commit1e5abef77b82621a1f82931024586da8ef68f1c6 (patch)
tree4781d811bcb8d3ff98bc2ea8ca65ed3eb9dd6abf /gnu/packages/python-crypto.scm
parent889112df8a23806c661c86492f976f7cb553542d (diff)
gnu: python-google-crc32c: Update to 1.8.0.
* gnu/packages/python-crypto.scm (python-google-crc32c): Update to 1.8.0. [native-inputs]: Remove python-wheel.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm11
1 files changed, 7 insertions, 4 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 9c2561960b0..15fc169a9c6 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1526,7 +1526,7 @@ implements RFC 6125 fully and plans to add other relevant RFCs too.")
1526(define-public python-google-crc32c 1526(define-public python-google-crc32c
1527 (package 1527 (package
1528 (name "python-google-crc32c") 1528 (name "python-google-crc32c")
1529 (version "1.3.0") 1529 (version "1.8.0")
1530 (source 1530 (source
1531 (origin 1531 (origin
1532 (method git-fetch) 1532 (method git-fetch)
@@ -1535,10 +1535,13 @@ implements RFC 6125 fully and plans to add other relevant RFCs too.")
1535 (commit (string-append "v" version)))) 1535 (commit (string-append "v" version))))
1536 (file-name (git-file-name name version)) 1536 (file-name (git-file-name name version))
1537 (sha256 1537 (sha256
1538 (base32 "005ra4pfv71rq53198k7q6k63f529q3g6hkbxbwfcf82jr77hxga")))) 1538 (base32 "01wb7c6mfjlqqdsfd059q36n8bn8qb9yhjcvi97mnyx2wp4ddm3c"))))
1539 (build-system pyproject-build-system) 1539 (build-system pyproject-build-system)
1540 (inputs (list crc32c)) 1540 (native-inputs
1541 (native-inputs (list python-pytest python-setuptools python-wheel)) 1541 (list python-pytest
1542 python-setuptools))
1543 (inputs
1544 (list crc32c))
1542 (home-page "https://github.com/googleapis/python-crc32c") 1545 (home-page "https://github.com/googleapis/python-crc32c")
1543 (synopsis "Python wrapper of Google CRC32C") 1546 (synopsis "Python wrapper of Google CRC32C")
1544 (description 1547 (description