mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 22:54:17 +00:00
Merge pull request #216223 from alyssais/validobj-0.7
python3.pkgs.validobj: 0.6 -> 0.7
This commit is contained in:
commit
4106c7519b
@ -1,6 +1,5 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, pythonAtLeast
|
||||
, fetchPypi
|
||||
, flit
|
||||
, hypothesis
|
||||
@ -9,15 +8,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "validobj";
|
||||
version = "0.6";
|
||||
version = "0.7";
|
||||
format = "pyproject";
|
||||
|
||||
# https://github.com/Zaharid/validobj/issues/8
|
||||
disabled = pythonAtLeast "3.11";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-BvnHn0Erk87Ce3tYwYf0tBwRJMrG19Af/Y568VJ02uo=";
|
||||
sha256 = "cbij55HZKVLO3MLoDTtFT2YYNVZwbNaYEk+35gIcGdo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ flit ];
|
||||
|
Loading…
Reference in New Issue
Block a user