Skip to content

Commit

Permalink
graypaper: 0.4.5 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and andresilva committed Nov 20, 2024
1 parent dbb7aac commit 05d15ea
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.4.5";
version = "0.5.0";
in
runCommand "graypaper"
{
Expand All @@ -15,7 +15,7 @@ runCommand "graypaper"
owner = "gavofyork";
repo = "graypaper";
rev = "v${version}";
hash = "sha256-56Y5psJVNhRLPcGvCt4IqQ39d7144IdDcGOOoO6pvdE=";
hash = "sha256-YnG9MdCI2VG/QqH+w1bhAGbLNihYrntAtz5vXPQI53g=";
};
nativeBuildInputs = [
(texliveBasic.withPackages (
Expand Down

0 comments on commit 05d15ea

Please sign in to comment.