Merge pull request #317598 from r-ryantm/auto-update/python311Packages.ixia

python311Packages.ixia: 1.3.1 -> 1.3.2
This commit is contained in:
Nick Cao 2024-06-06 09:40:50 -04:00 committed by GitHub
commit c229764640
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "ixia";
version = "1.3.1";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "trag1c";
repo = "ixia";
rev = "refs/tags/${version}";
hash = "sha256-JGTwctzswItAJsKZzVVl+B2fZnCWpMmq9TnNgYY2Kng=";
hash = "sha256-lsov5AIT5uRf9nmS8ZsFmInKUFAxUATTbpfhV1fabhA=";
};
build-system = [ poetry-core ];