guile-gcrypt: 0.3.0 → 0.4.0

This commit is contained in:
Nikolay Korotkiy 2022-12-04 03:26:05 +03:00
parent f8be62c5ce
commit 685837d634
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "guile-gcrypt";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitea {
domain = "notabug.org";
owner = "cwebber";
repo = "guile-gcrypt";
rev = "v${version}";
sha256 = "sha256-lAaiKBOdTFWEWsmwKgx0C67ACvtnEKUxti66dslzSVQ=";
hash = "sha256-vbm31EsOJiMeTs2tu5KPXckxPcAQbi3/PGJ5EHCC5VQ=";
};
nativeBuildInputs = [