sbclPackages.history-tree: 0.1.1 -> 0.1.2

This commit is contained in:
Vonfry 2023-12-12 19:03:38 +08:00
parent 1ac728d5e3
commit 39530d7456
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -356,18 +356,17 @@ let
history-tree = build-asdf-system rec {
pname = "history-tree";
version = "0.1.1";
version = "0.1.2";
src = pkgs.fetchFromGitHub {
owner = "atlas-engineer";
repo = "history-tree";
rev = version;
hash = "sha256-lOORalyTybdut/If+dBXS4PlZt2AnZrEI/qjQWS03pk=";
hash = "sha256-wpVONvShNnvrPOlbNoX/t9sYiwxnIKnnJaJyALEyeNg=";
};
lispLibs = with self; [
alexandria
cl-custom-hash-table
local-time
nasdf
nclasses
trivial-package-local-nicknames
];