Skip to content

Commit 9d52b7a

Browse files
authored
python313Packages.pyais: 2.8.3 -> 2.8.4 (NixOS#378375)
2 parents b51565c + ce86fc6 commit 9d52b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pyais";
14-
version = "2.8.3";
14+
version = "2.8.4";
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-LSIytiWqHEczPPGoE3/EX3nCsLOq8zIx4Y2+PGwYgRs=";
23+
hash = "sha256-IZlli183J2HOfUreuy2/zx6eknlH1jArYPrB5T7PpzA=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)