Skip to content

Commit eac7c99

Browse files
authoredMar 24, 2025
python312Packages.pyais: 2.9.1 -> 2.9.2 (#392596)
2 parents b81d009 + 6255d3a commit eac7c99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pkgs/development/python-modules/pyais/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyais";
14-
version = "2.9.1";
14+
version = "2.9.2";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
owner = "M0r13n";
2121
repo = "pyais";
2222
tag = "v${version}";
23-
hash = "sha256-iwfkdWFAPbdDNvwz449zAUpLcly0ZaTpmjJxJoyX+oA=";
23+
hash = "sha256-0W+bPYWbfXXbo7m7EizFYX00LdxYn1Iu46o0MgiX2Gk=";
2424
};
2525

2626
build-system = [ setuptools ];
@@ -42,7 +42,7 @@ buildPythonPackage rec {
4242
meta = with lib; {
4343
description = "Module for decoding and encoding AIS messages (AIVDM/AIVDO)";
4444
homepage = "https://github.com/M0r13n/pyais";
45-
changelog = "https://github.com/M0r13n/pyais/blob/v${version}/CHANGELOG.txt";
45+
changelog = "https://github.com/M0r13n/pyais/blob/${src.tag}/CHANGELOG.txt";
4646
license = licenses.mit;
4747
maintainers = with maintainers; [ fab ];
4848
};

0 commit comments

Comments
 (0)
Failed to load comments.