Skip to content

Commit

Permalink
graypaper: 0.5.2 -> 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and andresilva committed Dec 20, 2024
1 parent a710835 commit b809820
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.2";
version = "0.5.3";
in
runCommand "graypaper"
{
Expand All @@ -15,7 +15,7 @@ runCommand "graypaper"
owner = "gavofyork";
repo = "graypaper";
rev = "v${version}";
hash = "sha256-ZfiUgSPoL47H6+vDxk2u2VQ86Tk/EttLgOeBeQh/n20=";
hash = "sha256-9xiKgnKVx9p291Ky3ZJWYFco9Sp2WilKdqUvWjtzYbo=";
};
nativeBuildInputs = [
(texliveBasic.withPackages (
Expand Down

0 comments on commit b809820

Please sign in to comment.