python312Packages.pysmi-lextudio: 1.3.3 -> 1.4.3

https://github.com/lextudio/pysmi/blob/v1.4.3/CHANGES.rst
This commit is contained in:
Martin Weinelt 2024-04-07 12:49:54 +02:00
parent f9232aa717
commit 6a2f5cb764
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pysmi-lextudio";
version = "1.3.3";
version = "1.4.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "lextudio";
repo = "pysmi";
rev = "refs/tags/v${version}";
hash = "sha256-GApjr7KUd7KkdxsbLTzFNdWWol7b/8udrY9q/lls2ro=";
hash = "sha256-JrWVoK7fqESUIJeprjB28iaqOEWgsTpTqUEmSZp9XDk=";
};
nativeBuildInputs = [