Unverified Commit 37fd3763 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

python3Packages.blosc2: 3.5.0 -> 3.5.1 (#426072)

parent cef5334b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "blosc2";
  version = "3.5.0";
  version = "3.5.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Blosc";
    repo = "python-blosc2";
    tag = "v${version}";
    hash = "sha256-Kimcz4L7Ko4cRj9IaYuLXzmU0+3ERQXOmPXr0E9mOyA=";
    hash = "sha256-ToPlN8OMgH6BCp0mPanfH0SUJWnrPDxVncF6pBpRhRI=";
  };

  nativeBuildInputs = [