Unverified Commit 261d8c75 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.session-info2: 0.4 -> 0.4.1 (#508444)

parents f31090d0 cef6a514
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "session-info2";
  version = "0.4";
  version = "0.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scverse";
    repo = "session-info2";
    tag = "v${version}";
    hash = "sha256-zm0UpbKKPKEAF2iq1ZVu7hGOU6vlfd7+liUVJauaD98=";
    hash = "sha256-n568j109rnWxCWLsdu0RS7huVfUebzFshAd84i6ALM4=";
  };

  build-system = [