about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-10-22 23:24:34 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-23 00:03:16 -0700
commit51322d5b39ba4e140f0e84d4775d6ffcf66d4141 (patch)
treeba596a34c7752b9375673f6debb5bb48d1a629bf
parent313b220aeba66d590018d55400120e12977baf70 (diff)
downloadnixlib-51322d5b39ba4e140f0e84d4775d6ffcf66d4141.tar
nixlib-51322d5b39ba4e140f0e84d4775d6ffcf66d4141.tar.gz
nixlib-51322d5b39ba4e140f0e84d4775d6ffcf66d4141.tar.bz2
nixlib-51322d5b39ba4e140f0e84d4775d6ffcf66d4141.tar.lz
nixlib-51322d5b39ba4e140f0e84d4775d6ffcf66d4141.tar.xz
nixlib-51322d5b39ba4e140f0e84d4775d6ffcf66d4141.tar.zst
nixlib-51322d5b39ba4e140f0e84d4775d6ffcf66d4141.zip
python37Packages.azure-mgmt-devspaces: 0.1.0 -> 0.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-azure-mgmt-devspaces/versions
-rw-r--r--pkgs/development/python-modules/azure-mgmt-devspaces/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-devspaces/default.nix b/pkgs/development/python-modules/azure-mgmt-devspaces/default.nix
index 5ce0f30d1f14..08cdcd721827 100644
--- a/pkgs/development/python-modules/azure-mgmt-devspaces/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-devspaces/default.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-devspaces";
-  version = "0.1.0";
+  version = "0.2.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "4710dd59fc219ebfa4272dbbad58bf62093b52ce22bfd32a5c0279d2149471b5";
+    sha256 = "0dvjsr9i87j1ggbj3dcmgifpk64xr5f5ziwf7z1fwkcx0szcid7k";
   };
 
   propagatedBuildInputs = [