Unverified Commit 2d462874 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

python313Packages.cymem: 2.0.13 -> 2.0.14 (#489269)

parents c122ee23 2fdad2f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "cymem";
  version = "2.0.13";
  version = "2.0.14";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "explosion";
    repo = "cymem";
    tag = "release-v${version}";
    hash = "sha256-n65tkACZi1G4qS/VQWB5ghopzCd5QHRyp9qit+yENIs=";
    hash = "sha256-pb7AWkCOLfoH2kLNNwIxxHyGsxCpq72Qzid4aCYu9XM=";
  };

  build-system = [