Commit ce97b101 authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.django-celery-beat: 2.3.0 -> 2.4.0

parent 678b9947
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

buildPythonPackage rec {
  pname = "django-celery-beat";
  version = "2.3.0";
  version = "2.4.0";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-uiT4btlWug7itDI3pJMD6/Wqfg+wzLfgVCt+MaRj3Lo=";
    sha256 = "sha256-WO/pRg5Dc6JBwrPYOVGPKaKK4ZvICo26INogTH6lBhM=";
  };

  propagatedBuildInputs = [