Skip to content

Commit 6293940

Browse files
authored
python313Packages.ua-parser: 1.0.0 -> 1.0.1 (#379497)
2 parents 70502c9 + dd4fb08 commit 6293940

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pkgs/development/python-modules/ua-parser-builtins/default.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ buildPythonPackage rec {
1414
sourceRoot = "${src.name}/ua-parser-builtins";
1515

1616
postPatch = ''
17-
# break dependency cycle and don't use git to determine version
17+
# don't use git to determine version
1818
substituteInPlace pyproject.toml \
19-
--replace-fail 'dependencies = ["ua-parser"]' "" \
2019
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
2120
'';
2221

pkgs/development/python-modules/ua-parser/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
buildPythonPackage rec {
1515
pname = "ua-parser";
16-
version = "1.0.0";
16+
version = "1.0.1";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "ua-parser";
2121
repo = "uap-python";
2222
tag = version;
2323
fetchSubmodules = true;
24-
hash = "sha256-byKtxmuYIsEYyuUmfnbLhfe7EKj0k7QGkK5HewiTiy4=";
24+
hash = "sha256-l8EBQq5Hqw/Vx4zvWy2QQ1m7mrAiqYNK2x3yUmJj8Xw=";
2525
};
2626

2727
build-system = [

0 commit comments

Comments
 (0)