diff options
Diffstat (limited to 'gnu')
| -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 |
