Skip to content

Commit

Permalink
graypaper: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and andresilva committed Feb 7, 2025
1 parent a2a2980 commit 07c720d
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.6.1";
version = "0.6.2";
in
runCommand "graypaper"
{
Expand All @@ -15,7 +15,7 @@ runCommand "graypaper"
owner = "gavofyork";
repo = "graypaper";
rev = "v${version}";
hash = "sha256-gja9iAQFTGTk61co+NekRb/KBdGZ8y8PbwndUqk7n+w=";
hash = "sha256-vtvYCMTzSfjn4bUm8gD1IjyFAdeIafIB/+Riiim+Dhg=";
};
nativeBuildInputs = [
(texliveBasic.withPackages (
Expand Down

0 comments on commit 07c720d

Please sign in to comment.