Merge pull request #233941 from r-ryantm/auto-update/python310Packages.calysto-scheme

python310Packages.calysto-scheme: 1.4.7 -> 1.4.8
This commit is contained in:
Ilan Joselevich 2023-05-25 12:36:10 +03:00 committed by GitHub
commit 26a8d6c354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "calysto-scheme";
version = "1.4.7";
version = "1.4.8";
format = "setuptools";
src = fetchFromGitHub {
owner = "Calysto";
repo = "calysto_scheme";
rev = "v${version}";
hash = "sha256-5InImTbucggjf/tl8K31ZtLrwu5hqvggl7sYb0eqIEg=";
rev = "refs/tags/v${version}";
hash = "sha256-gTBXdjm6Ry6DpjO9tP+acYxM+DQDh4dZQF+pyXrUCiI=";
};
propagatedBuildInputs = [