sasutils: 0.5.0 -> 0.6.1

This commit is contained in:
R. Ryantm 2024-11-26 21:00:05 +00:00
parent b70d51fc86
commit c76a5481df

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "sasutils";
version = "0.5.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "stanford-rc";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-DK0mEqlPf9UGtUxqbzB0l1xX0P4htYm2NYvV7zilhx0=";
sha256 = "sha256-rx4IxS5q1c3z617F4DBWxuxxSPHKFrw2bTW6b6/qkds=";
};
nativeBuildInputs = [ installShellFiles ];