Skip to content

Commit

Permalink
python3Packages.datasets: 1.0.0 -> 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk authored and Jon committed Sep 13, 2020
1 parent a9fe5fa commit 69cdd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/datasets/default.nix
Expand Up @@ -13,13 +13,13 @@

buildPythonPackage rec {
pname = "datasets";
version = "1.0.0";
version = "1.0.1";

src = fetchFromGitHub {
owner = "huggingface";
repo = pname;
rev = version;
sha256 = "13l52r7nhj2c1a10isy5309d2g6pmaivyqs5w6yjbjj4195jxya5";
sha256 = "14f7847b8md5kf631zl8x2f53wy8zbzxypq4wdgzvwsjz4k7v4jn";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 69cdd65

Please sign in to comment.