Skip to content

Commit

Permalink
graypaper: 0.4.4 -> 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2024
1 parent f9c5fea commit fd356d3
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.4";
version = "0.4.5";
in
runCommand "graypaper"
{
Expand All @@ -15,7 +15,7 @@ runCommand "graypaper"
owner = "gavofyork";
repo = "graypaper";
rev = "v${version}";
hash = "sha256-YpKkGLchDKNhoezbVUmcddR1uRFf5b2rxOKafVn28rE=";
hash = "sha256-56Y5psJVNhRLPcGvCt4IqQ39d7144IdDcGOOoO6pvdE=";
};
nativeBuildInputs = [
(texliveBasic.withPackages (
Expand Down

0 comments on commit fd356d3

Please sign in to comment.