Merge pull request #303648 from Enter-tainer/mgt/typstyle-v0.11.13

typstyle: 0.11.12 -> 0.11.13
This commit is contained in:
Pol Dellaiera 2024-04-12 18:38:11 +02:00 committed by GitHub
commit 838623c9ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -3649,7 +3649,7 @@ dependencies = [
[[package]]
name = "typstyle"
version = "0.11.12"
version = "0.11.13"
dependencies = [
"anyhow",
"clap",

View File

@ -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 = {