blanket: 0.7.0 -> 0.8.0

+5 -10
+5 -10
pkgs/by-name/bl/blanket/package.nix
··· 18 19 python3Packages.buildPythonApplication rec { 20 pname = "blanket"; 21 - version = "0.7.0"; 22 23 src = fetchFromGitHub { 24 owner = "rafaelmardojai"; 25 repo = "blanket"; 26 - rev = version; 27 - hash = "sha256-mY7c5i0me7mMbD8c6eGJeaZpR8XI5QVL4n3M+j15Z1c="; 28 }; 29 30 nativeBuildInputs = [ ··· 49 50 propagatedBuildInputs = with python3Packages; [ pygobject3 ]; 51 52 - format = "other"; 53 - 54 - postPatch = '' 55 - patchShebangs build-aux/meson/postinstall.py 56 - substituteInPlace build-aux/meson/postinstall.py \ 57 - --replace-fail gtk-update-icon-cache gtk4-update-icon-cache 58 - ''; 59 60 dontWrapGApps = true; 61 ··· 69 70 meta = { 71 description = "Listen to different sounds"; 72 homepage = "https://github.com/rafaelmardojai/blanket"; 73 license = lib.licenses.gpl3Plus; 74 mainProgram = "blanket";
··· 18 19 python3Packages.buildPythonApplication rec { 20 pname = "blanket"; 21 + version = "0.8.0"; 22 23 src = fetchFromGitHub { 24 owner = "rafaelmardojai"; 25 repo = "blanket"; 26 + tag = version; 27 + hash = "sha256-LnHL/1DJXiKx9U+JkT4Wjx1vtTmKLpzZ8q6uLT5a2MY="; 28 }; 29 30 nativeBuildInputs = [ ··· 49 50 propagatedBuildInputs = with python3Packages; [ pygobject3 ]; 51 52 + pyproject = false; 53 54 dontWrapGApps = true; 55 ··· 63 64 meta = { 65 description = "Listen to different sounds"; 66 + changelog = "https://github.com/rafaelmardojai/blanket/releases/tag/${version}"; 67 homepage = "https://github.com/rafaelmardojai/blanket"; 68 license = lib.licenses.gpl3Plus; 69 mainProgram = "blanket";