about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-08 03:10:36 +0100
committerGitHub <noreply@github.com>2023-12-08 03:10:36 +0100
commit1bbc6772c3417d719834c9a7d30063bfe3eea3ac (patch)
treea2fbdf38f309e9e1b65c9d2b803a5bc8b9e9e6a7
parent1e899598269e2280651af0a5b8503048bd9e8e7d (diff)
parentc7b3c167662cf3f554585fcfa62e2d031ce86947 (diff)
Merge pull request #265621 from r-ryantm/auto-update/python310Packages.datashader
python310Packages.datashader: 0.15.2 -> 0.16.0
-rw-r--r--pkgs/development/python-modules/datashader/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/datashader/default.nix b/pkgs/development/python-modules/datashader/default.nix
index b110ba702daf8..cb0fb38ab9b7c 100644
--- a/pkgs/development/python-modules/datashader/default.nix
+++ b/pkgs/development/python-modules/datashader/default.nix
@@ -25,14 +25,14 @@
 
 buildPythonPackage rec {
   pname = "datashader";
-  version = "0.15.2";
+  version = "0.16.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-lTlSk3kofWnBDpq04LKQDhoWAE1v8G3g2EqmLEgzsbs=";
+    hash = "sha256-7UwRGVdXjcs/z/ly2VT3dYba/XGnNF/VzQadn7BQ0NE=";
   };
 
   propagatedBuildInputs = [