3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #180821 from r-ryantm/auto-update/nextinspace

nextinspace: 2.0.3 -> 2.0.5
This commit is contained in:
Mario Rodas 2022-07-16 09:46:22 -05:00 committed by GitHub
commit 279e1daf20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "nextinspace";
version = "2.0.3";
version = "2.0.5";
format = "pyproject";
src = fetchFromGitHub {
owner = "not-stirred";
repo = pname;
rev = "v${version}";
hash = "sha256-Macx2pQglB95Bhc939TFVCHd1qvqJsco91EXKCIQLgg=";
rev = "refs/tags/v${version}";
hash = "sha256-CrhzCvIA3YAFsWvdemvK1RLMacsM5RtgMjLeiqz5MwY=";
};
nativeBuildInputs = with python3.pkgs; [