Skip to content

Commit 92d6543

Browse files
authored
python312Packages.apycula: 0.15 -> 0.16 (#391344)
2 parents 1734963 + 7fbf657 commit 92d6543

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
buildPythonPackage rec {
1111
pname = "apycula";
12-
version = "0.15";
12+
version = "0.16";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.8";
1616

1717
src = fetchPypi {
1818
inherit version;
1919
pname = "Apycula";
20-
hash = "sha256-Bg5nHvUaW+cHZEzmZ08YuXwecVx6R8tys8ZBuqUEhTg=";
20+
hash = "sha256-/wKJOmTjMnDL9off5i3o18+2omry0h1Z88p0GV2/FGE=";
2121
};
2222

2323
build-system = [ setuptools-scm ];

0 commit comments

Comments
 (0)