Merge pull request #305810 from Stunkymonkey/python-backports-shutil-which-normalize

This commit is contained in:
Sandro 2024-04-23 13:57:09 +02:00 committed by GitHub
commit 99608c67ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -1,11 +1,12 @@
{ lib, fetchPypi, buildPythonPackage, pytest }:
buildPythonPackage rec {
pname = "backports.shutil_which";
pname = "backports-shutil-which";
version = "3.5.2";
src = fetchPypi {
inherit pname version;
pname = "backports.shutil_which";
inherit version;
sha256 = "fe39f567cbe4fad89e8ac4dbeb23f87ef80f7fe8e829669d0221ecdb0437c133";
};