Unverified Commit 6bd3b5e9 authored by Danylo Kondratiev's avatar Danylo Kondratiev
Browse files

guile-json-rpc: 0.5.0 -> 0.6.1

parent e6ea3f54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "guile-json-rpc";
  version = "0.5.0";
  version = "0.6.1";

  src = fetchFromCodeberg {
    owner = "rgherdt";
    repo = "scheme-json-rpc";
    tag = finalAttrs.version;
    hash = "sha256-xCykgq0L6PDqjXfNwsqV9u1nFiK9t+qCUgIgzZoIsxc=";
    hash = "sha256-3Wb3ZtcFQCOESe0Yq4cEG2jJ4+dOjlf9LKrclHhpkbU=";
  };

  strictDeps = true;