scheme-bytestructures: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-06-08 02:43:46 +00:00
parent 89844b58a8
commit 18bfd41d96

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "scheme-bytestructures";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "TaylanUB";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Wvs288K8BVjUuWvvzpDGBwOxL7mAXjVtgIwJAsQd0L4=";
sha256 = "sha256-7FK1dXD1Qz6fFYjNUtHMaDGaezHLVaDvdgOboNNw0Lc=";
};
strictDeps = true;