1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
buildPythonPackage rec {
13
13
pname = "pyais" ;
14
- version = "2.9.1 " ;
14
+ version = "2.9.2 " ;
15
15
pyproject = true ;
16
16
17
17
disabled = pythonOlder "3.8" ;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
20
owner = "M0r13n" ;
21
21
repo = "pyais" ;
22
22
tag = "v${ version } " ;
23
- hash = "sha256-iwfkdWFAPbdDNvwz449zAUpLcly0ZaTpmjJxJoyX+oA =" ;
23
+ hash = "sha256-0W+bPYWbfXXbo7m7EizFYX00LdxYn1Iu46o0MgiX2Gk =" ;
24
24
} ;
25
25
26
26
build-system = [ setuptools ] ;
@@ -42,7 +42,7 @@ buildPythonPackage rec {
42
42
meta = with lib ; {
43
43
description = "Module for decoding and encoding AIS messages (AIVDM/AIVDO)" ;
44
44
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" ;
46
46
license = licenses . mit ;
47
47
maintainers = with maintainers ; [ fab ] ;
48
48
} ;
0 commit comments