sasutils: 0.5.0 -> 0.6.1 (#359418)

This commit is contained in:
Nick Cao 2024-11-27 09:15:30 -05:00 committed by GitHub
commit 527c254473
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];