python3Packages.datashader: 0.18.1 -> 0.18.2

This commit is contained in:
R. Ryantm
2025-09-02 09:56:12 +00:00
parent 737ce9d193
commit 7c1ae7530a
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "datashader";
version = "0.18.1";
version = "0.18.2";
pyproject = true;
src = fetchFromGitHub {
owner = "holoviz";
repo = "datashader";
tag = "v${version}";
hash = "sha256-nQsVuj4zK5bfF617K71n+El5/ZC7vNia7dhrIqv7t+M=";
hash = "sha256-ad1L0QyqLtMafFr+ZK1dItlFuPQZ0Caa96RgkLsqNkA=";
};
build-system = [