Merge pull request #132230 from fabaff/bump-pysma

python3Packages.pysma: 0.6.4 -> 0.6.5
This commit is contained in:
Ben Siraphob 2021-08-01 11:51:13 +07:00 committed by GitHub
commit 9bb735d333
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pysma";
version = "0.6.4";
version = "0.6.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-hnvbQOilsoHn1qc/pKJ2Eq1VwJi+HbGlAAJwiME1Pgc=";
sha256 = "0kabwx8mi2kkbxxg7abnxwggxvidjrzgp5yidiyll5iba0ghhgnw";
};
propagatedBuildInputs = [