diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-05-10 23:49:45 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:37:06 +0100 |
| commit | 0ba2d0c02f7597d99b585265f8b66635d9dffaee (patch) | |
| tree | a3ba055b867bdf4b6f2557d289549656bce66bbc | |
| parent | 588811d2a0233ed2db2d7bd43fa8cfd0b90b1e8b (diff) | |
gnu: python-sinfo: Update to 1.0.1.
* gnu/packages/python-xyz.scm (python-sinfo): Update to 1.0.1.
[source]: Switch to git-fetch.
Change-Id: If0f27fc579afec530184b2f473bd8bbbc5ca6296
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-xyz.scm | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 55494fd110..a8f6225a36 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -7351,13 +7351,16 @@ standard.") (define-public python-sinfo (package (name "python-sinfo") - (version "0.3.4") - (source (origin - (method url-fetch) - (uri (pypi-uri "sinfo" version)) - (sha256 - (base32 - "0kdsp883mx0lfyykv0p12bvs203kdm3skb8bw5wf2pc7kb393sl1")))) + (version "1.0.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.com/joelostblom/session_info") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "14rdr235gn1f9lcp1wnvxhjkbqy6jxs0k8qfkh074gfzhp6kh4w5")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; no tests in PyPI or Git |
