Unverified Commit 0fceb969 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pysmlight: 0.2.13 -> 0.2.14 (#491254)

parents 296008e1 059f42d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "pysmlight";
  version = "0.2.13";
  version = "0.2.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "smlight-tech";
    repo = "pysmlight";
    tag = "v${version}";
    hash = "sha256-59LrSNI9/F7mtlBNILOJIBzqPcX2ivWQR2Cf/otMlzM=";
    hash = "sha256-SFWeWIzMTKCXQ1GPBLJrP1xJaKaZr7UKRkfmIcePYPY=";
  };

  build-system = [