Commit 92a967c2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.py-cid: 0.4.0 -> 0.5.0

parent c6379368
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" ];