We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b51565c + ce86fc6 commit 9d52b7aCopy full SHA for 9d52b7a
pkgs/development/python-modules/pyais/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "pyais";
14
- version = "2.8.3";
+ version = "2.8.4";
15
pyproject = true;
16
17
disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
owner = "M0r13n";
21
repo = "pyais";
22
tag = "v${version}";
23
- hash = "sha256-LSIytiWqHEczPPGoE3/EX3nCsLOq8zIx4Y2+PGwYgRs=";
+ hash = "sha256-IZlli183J2HOfUreuy2/zx6eknlH1jArYPrB5T7PpzA=";
24
};
25
26
build-system = [ setuptools ];
0 commit comments