@@ -352,7 +352,7 @@ thus should be able to compile on most platforms where these exist.")
352
352
#t )))))))
353
353
354
354
(define-public python-certvalidator
355
- (let ((commit " e5bdb4bfcaa09fa0af355eb8867d00dfeecba08c " ))
355
+ (let ((commit " a145bf25eb75a9f014b3e7678826132efbba6213 " ))
356
356
(package
357
357
(name " python-certvalidator" )
358
358
(version (git-version " 0.1" " 1" commit))
@@ -365,7 +365,7 @@ thus should be able to compile on most platforms where these exist.")
365
365
(file-name (git-file-name name commit))
366
366
(sha256
367
367
(base32
368
- " 18pvxkvpkfkzgvfylv0kx65pmxfcv1hpsg03cip93krfvrrl4c75 " ))))
368
+ " 1qw2k7xis53179lpqdqyylbcmp76lj7sagp883wmxg5i7chhc96k " ))))
369
369
(build-system python-build-system)
370
370
(propagated-inputs
371
371
`((" python-asn1crypto" ,python-asn1crypto)
@@ -401,11 +401,6 @@ thus should be able to compile on most platforms where these exist.")
401
401
(string-append indent
402
402
" @unittest.skip(\" Disabled by Guix\" )\n "
403
403
line)))
404
- (substitute* " tests/test_validate.py"
405
- ((" ^(.*)def test_revocation_mode_soft" line indent)
406
- (string-append indent
407
- " @unittest.skip(\" Disabled by Guix\" )\n "
408
- line)))
409
404
#t ))
410
405
(replace 'check
411
406
(lambda _
@@ -490,7 +485,7 @@ and endian independent.")
490
485
(license license:expat)))
491
486
492
487
(define-public python-signapple
493
- (let ((commit " b084cbbf44d5330448ffce0c7d118f75781b64bd " ))
488
+ (let ((commit " 9f42f3c8295d4107ee7a22e523ec17449a936f43 " ))
494
489
(package
495
490
(name " python-signapple" )
496
491
(version (git-version " 0.1" " 1" commit))
@@ -503,7 +498,7 @@ and endian independent.")
503
498
(file-name (git-file-name name commit))
504
499
(sha256
505
500
(base32
506
- " 0k7inccl2mzac3wq4asbr0kl8s4cghm8982z54kfascqg45shv01 " ))))
501
+ " 0j1sqi0g8k2z5y56iayh5pw9yyq1r6ry3q5zy0cdy2sispiwvdnp " ))))
507
502
(build-system python-build-system)
508
503
(propagated-inputs
509
504
`((" python-asn1crypto" ,python-asn1crypto)
0 commit comments