Unverified Commit f4d58e6a authored by mgt's avatar mgt
Browse files

typstyle: 0.11.12 -> 0.11.13

parent c069b1b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3649,7 +3649,7 @@ dependencies = [

[[package]]
name = "typstyle"
version = "0.11.12"
version = "0.11.13"
dependencies = [
 "anyhow",
 "clap",
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

rustPlatform.buildRustPackage rec {
  pname = "typstyle";
  version = "0.11.12";
  version = "0.11.13";

  src = fetchFromGitHub {
    owner = "Enter-tainer";
    repo = "typstyle";
    rev = "v${version}";
    hash = "sha256-fAby71wgySMeZ1rDQdaKMn53nxMc9RszmzCWKBdHkZg=";
    hash = "sha256-xJoL/YgdkORQf+U/1E2OVk6pD/IuXxJJTw+Xufonjd0=";
  };

  cargoLock = {