Unverified Commit 970b4613 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.succulent: 0.4.3 -> 0.4.4 (#506435)

parents 68994fbd 58948fd7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "succulent";
  version = "0.4.3";
  version = "0.4.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "firefly-cpp";
    repo = "succulent";
    tag = version;
    hash = "sha256-e2F2g8NfMyAfiHPUq8KRs99pu7yEZTpWraxhsAZXE4Q=";
    hash = "sha256-UnsjmsOigScAW7qlbV3JCJljENrWvZd7gQRSCGSZn+8=";
  };

  pythonRelaxDeps = [