about summary refs log tree commit diff
path: root/pkgs/development/python-modules/intake
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-02-20 10:09:10 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2021-02-26 11:01:45 +0100
commit0a16f886f0508ccee0ecbc0c89a80e4cd221fdee (patch)
tree107b55fcb567521fb18dc97202f0248f253be8eb /pkgs/development/python-modules/intake
parent1f280eab73a7c627622afd16a4719cd5b17bfefc (diff)
python3Packages.intake: 0.6.0 -> 0.6.1
Diffstat (limited to 'pkgs/development/python-modules/intake')
-rw-r--r--pkgs/development/python-modules/intake/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/intake/default.nix b/pkgs/development/python-modules/intake/default.nix
index 32a56c3e95d73..49cf660bf568e 100644
--- a/pkgs/development/python-modules/intake/default.nix
+++ b/pkgs/development/python-modules/intake/default.nix
@@ -23,12 +23,12 @@
 
 buildPythonPackage rec {
   pname = "intake";
-  version = "0.6.0";
+  version = "0.6.1";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "0c284abeb74927a7366dcab6cefc010c4d050365b8af61c37326a2473a490a4e";
+    sha256 = "f09800203fcaf1512f9234e54dbd07ec2b5217aafd21716385725ec052f5a52e";
   };
 
   propagatedBuildInputs = [