Skip to content

Commit c63a36f

Browse files
committed
python3Packages.standardwebhooks: 1.0.0 -> 1.0.1
1 parent 27e297b commit c63a36f

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/standardwebhooks

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/standardwebhooks/default.nix

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

1515
buildPythonPackage rec {
1616
pname = "standardwebhooks";
17-
version = "1.0.0";
17+
version = "1.0.1";
1818
pyproject = true;
1919

2020
src = fetchPypi {
2121
inherit pname version;
22-
hash = "sha256-2UuZwNzqhBVuA62tlPjboy1UVMxo4S7CyCQFG1W7Z/8=";
22+
hash = "sha256-tVe7LksWraF5pRfsD+bL7FrPl2xWGZIr8pxFf4mkUb0=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)