Unverified Commit 76c2a02d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.py-cid: 0.4.0 -> 0.5.0 (#494470)

parents d07b69ac 92a967c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "py-cid";
  version = "0.4.0";
  version = "0.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ipld";
    repo = "py-cid";
    tag = "v${version}";
    hash = "sha256-IYjk7sajHFWgsOMxwk1tWvKtTfPN8vHoNeENQed7MiU=";
    hash = "sha256-ufApwZW+MJHPiiEG/E221KTlOqwNN8icb9fcn/cX1AQ=";
  };

  pythonRelaxDeps = [ "base58" ];