From 7fb06f2b82951755b687b5d073ec6f62c9d2ccce Mon Sep 17 00:00:00 2001 From: Damian Rouson Date: Mon, 6 Nov 2023 01:14:32 -0800 Subject: [PATCH] fix(fpm.toml): update netcdf-interfaces dependency --- fpm.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fpm.toml b/fpm.toml index ac97ea50e..8f01ab153 100644 --- a/fpm.toml +++ b/fpm.toml @@ -7,4 +7,4 @@ maintainer = "rouson@lbl.gov" [dependencies] assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.5.0"} sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.4.4"} -netcdf-interfaces = {git = "https://github.com/rouson/netcdf-interfaces.git", branch = "implicit-interfaces"} +netcdf-interfaces = {git = "https://github.com/LKedward/netcdf-interfaces.git", rev = "d2bbb71ac52b4e346b62572b1ca1620134481096"}