diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 18:53:35 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:38 +0100 |
| commit | 998f133baee272823a8d897227b414eaecd06b50 (patch) | |
| tree | a1b673280be911b8451a35d63bd9a77a267d1c5c | |
| parent | 35911068deda26f4589d44a0ede12f15eb1b073c (diff) | |
gnu: python-nrepl: Update to 0.3.4.python-team
* gnu/packages/python-xyz.scm (python-nrepl): Update to 0.3.4.
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 4e7d075b579..4d1969f4b81 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm | |||
| @@ -2539,7 +2539,7 @@ processes, in parallel, in the console, with an interactive TUI.") | |||
| 2539 | (define-public python-nrepl | 2539 | (define-public python-nrepl |
| 2540 | (package | 2540 | (package |
| 2541 | (name "python-nrepl") | 2541 | (name "python-nrepl") |
| 2542 | (version "0.3.1") | 2542 | (version "0.3.4") |
| 2543 | (source | 2543 | (source |
| 2544 | (origin | 2544 | (origin |
| 2545 | (method git-fetch) | 2545 | (method git-fetch) |
| @@ -2548,7 +2548,7 @@ processes, in parallel, in the console, with an interactive TUI.") | |||
| 2548 | (commit version))) | 2548 | (commit version))) |
| 2549 | (file-name (git-file-name name version)) | 2549 | (file-name (git-file-name name version)) |
| 2550 | (sha256 | 2550 | (sha256 |
| 2551 | (base32 "1ns8c5d29vi11qma1nnazsja5nibknp97ig0lg45wfpjbb5ngl2b")))) | 2551 | (base32 "12fi4ilkslh9rg5dilqknrr6sm2rhs2v91xhyfi432f0dp5920lp")))) |
| 2552 | (build-system pyproject-build-system) | 2552 | (build-system pyproject-build-system) |
| 2553 | (arguments | 2553 | (arguments |
| 2554 | (list | 2554 | (list |
