Skip to content

Commit f1a4afb

Browse files
committed
guix: update python-oscrypto to 1.3.0
This is required for bumping the time-machine, for compatibility with OpenSSL: oscrypto: openssl backend, 1.2.1, /tmp/guix-build-python-oscrypto-1.2.1.drv-0/source/oscrypto Traceback (most recent call last): File "/tmp/guix-build-python-oscrypto-1.2.1.drv-0/source/oscrypto/_openssl/_libcrypto_ctypes.py", line 304, in <module> libcrypto.EVP_PKEY_size.argtypes = [ File "/gnu/store/9dkl9fnidcdpw19ncw5pk0p7dljx7ijb-python-3.10.7/lib/python3.10/ctypes/__init__.py", line 387, in __getattr__ func = self.__getitem__(name) File "/gnu/store/9dkl9fnidcdpw19ncw5pk0p7dljx7ijb-python-3.10.7/lib/python3.10/ctypes/__init__.py", line 392, in __getitem__ func = self._FuncPtr((name_or_ordinal, self)) AttributeError: /gnu/store/2hr7w64zhr6jjznidyc2xi40d5ynhj9c-openssl-3.0.8/lib/libcrypto.so.3: undefined symbol: EVP_PKEY_size. Did you mean: 'EVP_PKEY_free'?
1 parent a8a7b75 commit f1a4afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ thus should be able to compile on most platforms where these exist.")
243243
(define-public python-oscrypto
244244
(package
245245
(name "python-oscrypto")
246-
(version "1.2.1")
246+
(version "1.3.0")
247247
(source
248248
(origin
249249
(method git-fetch)
@@ -253,7 +253,7 @@ thus should be able to compile on most platforms where these exist.")
253253
(file-name (git-file-name name version))
254254
(sha256
255255
(base32
256-
"1d4d8s4z340qhvb3g5m5v3436y3a71yc26wk4749q64m09kxqc3l"))
256+
"1v5wkmzcyiqy39db8j2dvkdrv2nlsc48556h73x4dzjwd6kg4q0a"))
257257
(patches (search-our-patches "oscrypto-hard-code-openssl.patch"))))
258258
(build-system python-build-system)
259259
(native-search-paths

0 commit comments

Comments
 (0)