python3Packages.standardwebhooks: 1.0.0 -> 1.0.1 (#492827)

This commit is contained in:
Fabian Affolter
2026-02-23 15:44:31 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
types-python-dateutil,
}:
buildPythonPackage rec {
buildPythonPackage (finalAttrs: {
pname = "standardwebhooks";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-2UuZwNzqhBVuA62tlPjboy1UVMxo4S7CyCQFG1W7Z/8=";
inherit (finalAttrs) pname version;
hash = "sha256-tVe7LksWraF5pRfsD+bL7FrPl2xWGZIr8pxFf4mkUb0=";
};
build-system = [ setuptools ];
@@ -43,4 +43,4 @@ buildPythonPackage rec {
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
};
}
})