Merge pull request #302825 from drupol/typstyle/bump/0-11-12

typstyle: 0.11.11 -> 0.11.12
This commit is contained in:
Pol Dellaiera
2024-04-09 19:14:50 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3649,7 +3649,7 @@ dependencies = [
[[package]]
name = "typstyle"
version = "0.11.11"
version = "0.11.12"
dependencies = [
"anyhow",
"clap",
+2 -2
View File
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "typstyle";
version = "0.11.11";
version = "0.11.12";
src = fetchFromGitHub {
owner = "Enter-tainer";
repo = "typstyle";
rev = "v${version}";
hash = "sha256-Ov+kgKTOSD3KjHV6Rcn65+7wvh3FKRs4mqVFTmJYEp0=";
hash = "sha256-fAby71wgySMeZ1rDQdaKMn53nxMc9RszmzCWKBdHkZg=";
};
cargoLock = {