Skip to content

Commit

Permalink
python311Packages.azure-appconfiguration: 1.5.0 -> 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 13, 2024
1 parent 14b1352 commit 5774fe4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

buildPythonPackage rec {
pname = "azure-appconfiguration";
version = "1.5.0";
version = "1.6.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-cJIRe68GzY6T7ukhN+coF2m0AD/EFtSh7aZGuyVkAnw=";
hash = "sha256-z2KKPh6mZDR5ZDzSRt2kZO3Eq3hXQzOaao/oCbwTf+w=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5774fe4

Please sign in to comment.