Skip to content

Commit

Permalink
graypaper: 0.5.3 -> 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and andresilva committed Jan 9, 2025
1 parent 19373df commit 3181341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/graypaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:

let
version = "0.5.3";
version = "0.5.4";
in
runCommand "graypaper"
{
Expand All @@ -15,7 +15,7 @@ runCommand "graypaper"
owner = "gavofyork";
repo = "graypaper";
rev = "v${version}";
hash = "sha256-9xiKgnKVx9p291Ky3ZJWYFco9Sp2WilKdqUvWjtzYbo=";
hash = "sha256-6UevAcfV3c/F4azs0Q6cp9QkIoM7lqxxH/4jlJyGyWA=";
};
nativeBuildInputs = [
(texliveBasic.withPackages (
Expand Down

0 comments on commit 3181341

Please sign in to comment.