Unverified Commit 7c2bc1f0 authored by Florian Brandes's avatar Florian Brandes
Browse files

datalad: 1.0.2 -> 1.1.1



fixes python 3.12 compat

Signed-off-by: default avatarFlorian Brandes <florian.brandes@posteo.de>
parent a54325bd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

python3.pkgs.buildPythonApplication rec {
  pname = "datalad";
  version = "1.0.2";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "datalad";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-oq+DdlWcwjJSQdnqHlYCa9I7iSOKf+hI35Lcv/GM24c=";
    hash = "sha256-Vw/RpMf+jnUijJ3GZ9nLk1IRWOADmM+jNtYl5Ba6uLg=";
  };

  nativeBuildInputs = [ installShellFiles git ];
@@ -32,7 +32,7 @@ python3.pkgs.buildPythonApplication rec {
    # requests-ftp # not in nixpkgs yet

    # downloaders
    boto
    boto3
    keyrings-alt
    keyring
    msgpack