python313Packages.ua-parser: 1.0.0 -> 1.0.1 (#379497)

This commit is contained in:
Robert Schütz
2025-02-04 22:29:43 -08:00
committed by GitHub
2 changed files with 3 additions and 4 deletions
@@ -14,9 +14,8 @@ buildPythonPackage rec {
sourceRoot = "${src.name}/ua-parser-builtins";
postPatch = ''
# break dependency cycle and don't use git to determine version
# don't use git to determine version
substituteInPlace pyproject.toml \
--replace-fail 'dependencies = ["ua-parser"]' "" \
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
'';
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "ua-parser";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
@@ -21,7 +21,7 @@ buildPythonPackage rec {
repo = "uap-python";
tag = version;
fetchSubmodules = true;
hash = "sha256-byKtxmuYIsEYyuUmfnbLhfe7EKj0k7QGkK5HewiTiy4=";
hash = "sha256-l8EBQq5Hqw/Vx4zvWy2QQ1m7mrAiqYNK2x3yUmJj8Xw=";
};
build-system = [