Skip to content

Commit 60eda2a

Browse files
author
Jonathan Ringer
committed
python3Packages.azure-mgmt-media: 2.1.0 -> 2.2.0
1 parent d61218a commit 60eda2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/azure-mgmt-media

pkgs/development/python-modules/azure-mgmt-media/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
buildPythonPackage rec {
1212
pname = "azure-mgmt-media";
13-
version = "2.1.0";
13+
version = "2.2.0";
1414

1515
src = fetchPypi {
1616
inherit pname version;
1717
extension = "zip";
18-
sha256 = "1py0hch0wghzfxazdrrs7p0kln2zn9jh3fmkzwd2z8qggj38q6gm";
18+
sha256 = "0adeee9e654a9011f5107def06fea6838864a3514a1e5a9ed495f3a56a687cc7";
1919
};
2020

2121
propagatedBuildInputs = [

0 commit comments

Comments
 (0)