python310Packages.masky: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm 2022-12-24 01:59:14 +00:00
parent b10a520017
commit 7d41baadc9

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "masky";
version = "0.1.1";
version = "0.1.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Z4kSec";
repo = "Masky";
rev = "refs/tags/v${version}";
hash = "sha256-uxq4SBudxFbBiV3Cu+oBRKezIWf5p+8VJlIIqQjtSXA=";
hash = "sha256-awPPpdw6/zlVa7/DY1iafrbqIHJERN5+cfX1bTnCjl0=";
};
propagatedBuildInputs = [