mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
sbclPackages.nsymbols: 0.3.1 -> 0.3.2
This commit is contained in:
parent
1f664005cb
commit
cb5f05ece4
1 changed files with 4 additions and 4 deletions
|
@ -280,14 +280,14 @@ let
|
|||
systems = [ "njson" "njson/cl-json" "njson/jzon"];
|
||||
};
|
||||
|
||||
nsymbols = build-asdf-system {
|
||||
nsymbols = build-asdf-system rec {
|
||||
pname = "nsymbols";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "atlas-engineer";
|
||||
repo = "nsymbols";
|
||||
rev = "0.3.1";
|
||||
sha256 = "sha256-KcrE06bG5Khp5/807wb/TbPG3nWTlNWHrDpmK6bm7ZM=";
|
||||
rev = version;
|
||||
sha256 = "sha256-psk29WEA7Hxgp29oUniBNvI+lyZfMkdpa5A7okc6kKs=";
|
||||
};
|
||||
lispLibs = [ super.closer-mop ];
|
||||
systems = [ "nsymbols" "nsymbols/star" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue