Merge pull request #258511 from r-ryantm/auto-update/python310Packages.chispa

python310Packages.chispa: 0.9.3 -> 0.9.4
This commit is contained in:
OTABI Tomoya 2023-10-02 19:55:44 +09:00 committed by GitHub
commit 93b6dec329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "chispa";
version = "0.9.3";
version = "0.9.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "MrPowers";
repo = "chispa";
rev = "refs/tags/v${version}";
hash = "sha256-C+fodrQ7PztGzFHAi9SF+rkwtf4bdjDE2u0uORDXBbE=";
hash = "sha256-VF7k0u7QpoG3PXvU5M7jrM9pht6xeRUpYH9znMdLOxk=";
};
nativeBuildInputs = [