Skip to content

Commit

Permalink
sasutils: 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 12, 2024
1 parent a2f82b9 commit fff8a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/sasutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

python3Packages.buildPythonApplication rec {
pname = "sasutils";
version = "0.4.0";
version = "0.5.0";

src = fetchFromGitHub {
owner = "stanford-rc";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-9JRw+UoxU0I5RHuimzYrM/3j8UWHuicVpoOdRRrj2Wc=";
sha256 = "sha256-DK0mEqlPf9UGtUxqbzB0l1xX0P4htYm2NYvV7zilhx0=";
};

nativeBuildInputs = [ installShellFiles ];
Expand Down

0 comments on commit fff8a31

Please sign in to comment.