mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 20:43:28 +00:00
Merge pull request #305810 from Stunkymonkey/python-backports-shutil-which-normalize
This commit is contained in:
commit
99608c67ad
@ -1,11 +1,12 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage, pytest }:
|
{ lib, fetchPypi, buildPythonPackage, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "backports.shutil_which";
|
pname = "backports-shutil-which";
|
||||||
version = "3.5.2";
|
version = "3.5.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "backports.shutil_which";
|
||||||
|
inherit version;
|
||||||
sha256 = "fe39f567cbe4fad89e8ac4dbeb23f87ef80f7fe8e829669d0221ecdb0437c133";
|
sha256 = "fe39f567cbe4fad89e8ac4dbeb23f87ef80f7fe8e829669d0221ecdb0437c133";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user