Unverified Commit 88acca3b authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #227128 from r-ryantm/auto-update/python310Packages.pyxattr

python310Packages.pyxattr: 0.8.0 -> 0.8.1
parents 869419ec f311f47d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

buildPythonPackage rec {
    pname = "pyxattr";
    version = "0.8.0";
    version = "0.8.1";

    src = fetchPypi {
      inherit pname version;
      hash = "sha256-e/QM7FrpPdZWEocX29Joz8Ozso2VU214hndslPomeFU=";
      hash = "sha256-SMV47PjqC9Q1GxdSRw4wGpCjdhx8IfAPlT3PbW+m7lo=";
    };

    # IOError: [Errno 95] Operation not supported (expected)