nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: adal: 1.2.0 -> 1.2.1

+2 -2
+2 -2
pkgs/development/python-modules/adal/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "adal"; 6 - version = "1.2.0"; 6 + version = "1.2.1"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "1hgm62wil1avc3h0dwbks2v6l19xfsjl3azai16llsyp70y92lms"; 10 + sha256 = "b6edd095be66561382bdaa59d40b04490e93149fb3b7fa44c1fa5504eed5b8b9"; 11 11 }; 12 12 13 13 propagatedBuildInputs = [ requests pyjwt dateutil ];