Unverified Commit 25e365b5 authored by Dalton Caron's avatar Dalton Caron Committed by GitHub
Browse files

Update pkgs/development/python-modules/python-coinmarketcap/default.nix

parent 9dd7d430
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
buildPythonPackage rec {
  pname = "python-coinmarketcap";
  version = "0.6";
  format = "setuptools";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "rsz44";