guile-lzlib: 0.0.2 -> 0.3.0

This commit is contained in:
R. Ryantm 2024-05-03 12:22:49 +00:00
parent eba1ebd609
commit 6b66d61963

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "guile-lzlib";
version = "0.0.2";
version = "0.3.0";
src = fetchurl {
url = "https://notabug.org/guile-lzlib/guile-lzlib/archive/${version}.tar.gz";
hash = "sha256-hiPbd9RH57n/v8vCiDkOcGprGomxFx2u1gh0z+x+T4c=";
hash = "sha256-p/mcjSoUPgXqItstyLnObCfK6UIWK0XuMBXtkCevD/I=";
};
strictDeps = true;