python311Packages.vulcan-api: 2.3.1 -> 2.3.2

Diff: https://github.com/kapi2289/vulcan-api/compare/refs/tags/v2.3.1...v2.3.2

Changelog: https://github.com/kapi2289/vulcan-api/releases/tag/v2.3.2
This commit is contained in:
Fabian Affolter 2024-01-12 09:28:18 +01:00
parent 36c7a89bdb
commit f0ac7d2189

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "vulcan-api";
version = "2.3.1";
version = "2.3.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "kapi2289";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-QmKtnvJOMLiiaoLfcULnwpSCuP3wSYQVjcKVuBVNyec=";
hash = "sha256-ebWKcRxAAkHVqV2RaftIHBRJe/TYSUxS+5Utxb0yhtw=";
};
pythonRemoveDeps = [