python310Packages.calysto-scheme: 1.4.7 -> 1.4.8

This commit is contained in:
R. Ryantm 2023-05-25 07:19:16 +00:00
parent 8fbdc4e611
commit 733b7e5bea

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 = [