about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dm-tree
diff options
context:
space:
mode:
authorSamuel Ainsworth <skainsworth@gmail.com>2022-10-24 11:04:20 -0700
committerSamuel Ainsworth <skainsworth@gmail.com>2022-10-24 11:04:20 -0700
commit51d7d3592d94002a7337483a997782aaa6c4b149 (patch)
treeca7d7fc4ec26172f59bf61f3bad5dbc48e770995 /pkgs/development/python-modules/dm-tree
parent3266f35fcddf6f20fd46f23c7dc2c2540c11f040 (diff)
python3Packages.dm-tree: unstable-2021-12-20 -> 0.1.7
Diffstat (limited to 'pkgs/development/python-modules/dm-tree')
-rw-r--r--pkgs/development/python-modules/dm-tree/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/dm-tree/default.nix b/pkgs/development/python-modules/dm-tree/default.nix
index 04feb7de93f3d..1b94370966487 100644
--- a/pkgs/development/python-modules/dm-tree/default.nix
+++ b/pkgs/development/python-modules/dm-tree/default.nix
@@ -13,14 +13,13 @@
 
 buildPythonPackage rec {
   pname = "dm-tree";
-  # As of 2021-12-29, the latest stable version still builds with Bazel.
-  version = "unstable-2021-12-20";
+  version = "0.1.7";
 
   src = fetchFromGitHub {
     owner = "deepmind";
     repo = "tree";
-    rev = "b452e5c2743e7489b4ba7f16ecd51c516d7cd8e3";
-    sha256 = "1r187xwpvnnj98lyasngcv3lbxz0ziihpl5dbnjbfbjr0kh6z0j9";
+    rev = version;
+    hash = "sha256-rg6dcGcbTGfK3h4WAyhwCjgM3o64Jj2SImxNsZXJHHM=";
   };
 
   patches = [