Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: python-pgpy: Run the tests. | ed0e8c7cc92df8deec15edd097c03a82cdc2e58b | Tobias Geerinckx-Rice | 2020-10-14 12:56:40 |
gnu: python-pgpy: Update to 0.5.3. | 642647ae9305c701b2191a4cbcf28ce583da7d1d | Tobias Geerinckx-Rice | 2020-10-14 12:54:21 |
gnu: gphoto2: Update to 2.5.26. | 81f3adb4d192cc75eca465bc95883fff1f46e1a6 | Tobias Geerinckx-Rice | 2020-10-14 12:32:29 |
gnu: libgphoto2: Update to 2.5.26. | ce7548e69112f67580f529ad78d4a053ed133b63 | Tobias Geerinckx-Rice | 2020-10-14 12:30:44 |
gnu: python-aiohttp: Update to 3.6.3. | 3e0b02203036f41659d231fca24712ea67557103 | Tobias Geerinckx-Rice | 2020-10-14 12:24:14 |
gnu: python-passlib: Update to 1.7.4. | 2a30ca09291a28df4e45c7240fa603c8e505d87d | Tobias Geerinckx-Rice | 2020-10-14 13:23:13 |
gnu: perl-crypt-rijndael: Update to 1.15. | fdfd0549ad8c81c89f8cd20b126fa435f5cdf0c4 | Tobias Geerinckx-Rice | 2020-10-14 13:08:49 |
gnu: icedove: Update to 78.3.2. | 3c1b0b92d1641616f4cb404740447b9565569e0b | Jonathan Brielmaier | 2020-10-10 09:38:21 |
doc: cookbook: Mention "#true" and "#false". | cd958802f20e07967d2245039ebadd5911c47333 | Ludovic Courtès | 2020-10-14 09:28:30 |
gnu: Add emacs-gcmh. | 028119e9f5a0b31fe27334eb5de582d42d3ffd5d | Niklas Eklund | 2020-09-30 13:34:36 |
image: Use 'raise' from (srfi srfi-34). | 281869e6f8d5b7ea6300c5b93acb324a6011585e | Ludovic Courtès | 2020-10-14 09:07:40 |
hurd-boot: Set /hurd/magic on /dev/fd. | 57a7aa1ae3ef67c6e8becca766adfb4b4c8f59ac | Ludovic Courtès | 2020-10-14 09:06:55 |
doc: Mention "i586-gnu" as supported and experimental. | d96e739f08f13cc1981f9367bbda1eba3c567f5f | Ludovic Courtès | 2020-10-14 08:57:06 |
doc: Avoid orphan node. | 4b0a1543e1f67828c09be4a75d1155227bf526ac | Ludovic Courtès | 2020-10-14 08:53:00 |
openpgp: '&openpgp-unrecognized-packet-error' includes type tag. | 37a8f5b281644bd5355406a4df76bbb9efc50d9c | Ludovic Courtès | 2020-10-14 08:19:38 |
gnu: guix: Change Git URL. | f73f3d01a28bf791815de24523ed6b1a2da1f179 | Ludovic Courtès | 2020-10-14 08:16:41 |
gnu: slurm: Update to 20.02.5. | 3c338135f1ec218f2cd19786a13b883ed36f12bb | Ricardo Wurmus | 2020-10-14 13:22:29 |
gnu: bluez-alsa: Add LDAC support. | 09b00a62b297edb92ac4dde6f4838261ac0cad16 | Ricardo Wurmus | 2020-10-14 12:54:22 |
gnu: bluez-alsa: Update to 3.0.0. | a079f3eb2fad1a88e6cdfdd35996bf36e01ed4b0 | Ricardo Wurmus | 2020-10-14 12:54:13 |
gnu: Add ldacbt. | c8d07c5f1f76951b0284f1435b563e8fe14d5674 | Ricardo Wurmus | 2020-10-14 12:53:54 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/python-crypto.scm | 8 | 0 |
File gnu/packages/python-crypto.scm changed (mode: 100644) (index a86151b485..81a5c213da) | |||
... | ... | signatures.") | |
1545 | 1545 | (sha256 | (sha256 |
1546 | 1546 | (base32 "11rrq15gmn6qbahli7czflfcngjl7zyybjlvk732my6axnf2d754")))) | (base32 "11rrq15gmn6qbahli7czflfcngjl7zyybjlvk732my6axnf2d754")))) |
1547 | 1547 | (build-system python-build-system) | (build-system python-build-system) |
1548 | (arguments | ||
1549 | `(#:phases | ||
1550 | (modify-phases %standard-phases | ||
1551 | (replace 'check | ||
1552 | (lambda* (#:key tests? #:allow-other-keys) | ||
1553 | (when tests? | ||
1554 | (invoke "pytest"))))))) | ||
1548 | 1555 | (native-inputs | (native-inputs |
1549 | 1556 | `(("python-cryptography" ,python-cryptography) | `(("python-cryptography" ,python-cryptography) |
1550 | 1557 | ("python-pyasn1" ,python-pyasn1) | ("python-pyasn1" ,python-pyasn1) |
1558 | ("python-pytest" ,python-pytest) | ||
1551 | 1559 | ("python-singledispatch" ,python-singledispatch) | ("python-singledispatch" ,python-singledispatch) |
1552 | 1560 | ("python-six" ,python-six) | ("python-six" ,python-six) |
1553 | 1561 | ("python-wheel" ,python-wheel))) | ("python-wheel" ,python-wheel))) |