diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-03 22:57:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-24 10:14:59 +0100 |
| commit | bc8c6a793ab21164536c7605129f65514e15d55b (patch) | |
| tree | 311318189c4b42867438662492dd420fcd34920d /gnu/packages/python-compression.scm | |
| parent | f290478de689c4094d87f0e0acc302bb5ffc3c72 (diff) | |
gnu: python-pyppmd: Switch to git-fetch.
* gnu/packages/python-compression.scm (python-pyppmd):
[source]: Switch to git-fetch.
Change-Id: I25df9755189dffbe1972d4ffb213a4c8c5368430
Diffstat (limited to 'gnu/packages/python-compression.scm')
| -rw-r--r-- | gnu/packages/python-compression.scm | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/gnu/packages/python-compression.scm b/gnu/packages/python-compression.scm index 0d066cca480..44b2ed07102 100644 --- a/gnu/packages/python-compression.scm +++ b/gnu/packages/python-compression.scm | |||
| @@ -572,12 +572,15 @@ headers compressed with QPACK.") | |||
| 572 | (package | 572 | (package |
| 573 | (name "python-pyppmd") | 573 | (name "python-pyppmd") |
| 574 | (version "1.2.0") | 574 | (version "1.2.0") |
| 575 | (source (origin | 575 | (source |
| 576 | (method url-fetch) | 576 | (origin |
| 577 | (uri (pypi-uri "pyppmd" version)) | 577 | (method git-fetch) |
| 578 | (sha256 | 578 | (uri (git-reference |
| 579 | (base32 | 579 | (url "https://github.com/miurahr/pyppmd") |
| 580 | "1z91l54ncsdglqv49fajaixld5kwnbgkjd4njvn32s6jy69ay16c")))) | 580 | (commit (string-append "v" version)))) |
| 581 | (file-name (git-file-name name version)) | ||
| 582 | (sha256 | ||
| 583 | (base32 "1a3cqa6l1ip3kdd9d2h94znzrmgrhdbica83b494m9i3vl4i3glz")))) | ||
| 581 | (build-system pyproject-build-system) | 584 | (build-system pyproject-build-system) |
| 582 | (arguments | 585 | (arguments |
| 583 | (list #:test-flags #~(list "--ignore=tests/test_benchmark.py"))) | 586 | (list #:test-flags #~(list "--ignore=tests/test_benchmark.py"))) |
