summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-11-11 08:06:02 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:23:21 +0000
commit7c049ef84d33dd0ef5700942d4b64adc4cdeb559 (patch)
tree8db0d0f7ec2e0af7225a5681526a405e24d3a5d7
parent3bc8931e2a9a9108de50ae804fc9b2fe4542d662 (diff)
gnu: python-jedi: Update to 0.19.2.
* gnu/packages/python-xyz.scm (python-jedi): Update to 0.19.2. [native-inputs]: Remove python-colorama. Change-Id: If56218b5045cddb9aea2f7b8c41cdac933861e76
-rw-r--r--gnu/packages/python-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b5cdd191d1..3186e88407 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22765,7 +22765,7 @@ scans through a file and detects issues.")
(define-public python-jedi
(package
(name "python-jedi")
- (version "0.19.1")
+ (version "0.19.2")
(source
(origin
(method git-fetch)
@@ -22776,7 +22776,7 @@ scans through a file and detects issues.")
(file-name (git-file-name name version))
(sha256
(base32
- "1lpvxa16zyhg95s8ji3sm19qz3bawal172xwlzcl5h80mhhfagih"))))
+ "0w8rrw6s4bzr5csds8bhasrmzh9q77zh5dzisjysl8cb5qjx0w6s"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -22785,8 +22785,7 @@ scans through a file and detects issues.")
(add-before 'check 'set-HOME
(lambda _ (setenv "HOME" "/tmp"))))))
(native-inputs
- (list python-colorama
- python-docopt
+ (list python-docopt
python-pytest
python-setuptools
python-wheel))