Unverified Commit ee6b7803 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.cashews: 7.4.0 -> 7.4.1 (#425398)

parents a5e68ddf aea493fe
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "cashews";
  version = "7.4.0";
  version = "7.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Krukov";
    repo = "cashews";
    tag = version;
    hash = "sha256-rLKaKTw7g3gpDACKZADaLiq2n5vxE/Rlsg4YKfWdFSY=";
    hash = "sha256-EQBILaNg7bJhKMz+raWWfsXmaBmJlcE8niXp8BnfzUE=";
  };

  build-system = [ setuptools ];
@@ -63,7 +63,7 @@ buildPythonPackage rec {
  meta = {
    description = "Cache tools with async power";
    homepage = "https://github.com/Krukov/cashews/";
    changelog = "https://github.com/Krukov/cashews/releases/tag/${version}";
    changelog = "https://github.com/Krukov/cashews/releases/tag/${src.tag}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ moraxyc ];
  };