Merge pull request from r-ryantm/auto-update/guile-gnutls

guile-gnutls: 3.7.11 -> 3.7.12
This commit is contained in:
Weijia Wang 2023-05-13 18:43:37 +03:00 committed by GitHub
commit 7ce5696d6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "guile-gnutls";
version = "3.7.11";
version = "3.7.12";
src = fetchurl {
url = "mirror://gnu/gnutls/guile-gnutls-${version}.tar.gz";
hash = "sha256-BY6qXHY+Gfv5PotO78ESgPgHBTXBOMmb4R8AzWhWE98=";
hash = "sha256-XTrxFXMJPeWfJYQVhy4sWxTMqd0lGosuwWQ9bpf+4zY=";
};
nativeBuildInputs = [ pkg-config ];