lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.ipycanvas: 0.13.3 -> 0.14.1 (#431302)

authored by

Fabian Affolter and committed by
GitHub
66fd0898 9e12d928

+2 -2
+2 -2
pkgs/development/python-modules/ipycanvas/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "ipycanvas"; 14 - version = "0.13.3"; 14 + version = "0.14.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-ToZ8UJsB9cTPwAn32SHjLloSoCmshW54wE/xW2VpLEo="; 21 + hash = "sha256-kh8UgiWLWSm1mTF7XBKZMdgOFr41+jgwCjLnqkz+n4k="; 22 22 }; 23 23 24 24 # We relax dependencies here instead of pulling in a patch because upstream