File tree 2 files changed +3
-4
lines changed
pkgs/development/python-modules
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,8 @@ buildPythonPackage rec {
14
14
sourceRoot = "${ src . name } /ua-parser-builtins" ;
15
15
16
16
postPatch = ''
17
- # break dependency cycle and don't use git to determine version
17
+ # don't use git to determine version
18
18
substituteInPlace pyproject.toml \
19
- --replace-fail 'dependencies = ["ua-parser"]' "" \
20
19
--replace-fail 'dynamic = ["version"]' 'version = "${ version } "'
21
20
'' ;
22
21
Original file line number Diff line number Diff line change 13
13
14
14
buildPythonPackage rec {
15
15
pname = "ua-parser" ;
16
- version = "1.0.0 " ;
16
+ version = "1.0.1 " ;
17
17
pyproject = true ;
18
18
19
19
src = fetchFromGitHub {
20
20
owner = "ua-parser" ;
21
21
repo = "uap-python" ;
22
22
tag = version ;
23
23
fetchSubmodules = true ;
24
- hash = "sha256-byKtxmuYIsEYyuUmfnbLhfe7EKj0k7QGkK5HewiTiy4 =" ;
24
+ hash = "sha256-l8EBQq5Hqw/Vx4zvWy2QQ1m7mrAiqYNK2x3yUmJj8Xw =" ;
25
25
} ;
26
26
27
27
build-system = [
You can’t perform that action at this time.
0 commit comments