commix: 3.6 -> 3.7

This commit is contained in:
R. Ryantm 2023-02-20 01:59:29 +00:00
parent d801c32592
commit d3b783f29b

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "commix"; pname = "commix";
version = "3.6"; version = "3.7";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "commixproject"; owner = "commixproject";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-QdhJp7oUqOY8Z36haIrHgP4hVGaFXlOxNVg1ams7uhg="; hash = "sha256-pqfb0CkWTPq6B8T7nn25lWuEQFRRziCDWYm5a1S3mIY=";
}; };
postInstall = '' postInstall = ''