mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python311Packages.cdcs: 0.1.9 -> 0.2.1
This commit is contained in:
parent
1a4919b6a1
commit
c4b144f338
@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "cdcs";
|
||||
version = "0.1.9";
|
||||
version = "0.2.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -23,8 +23,8 @@ buildPythonPackage rec {
|
||||
owner = "usnistgov";
|
||||
repo = "pycdcs";
|
||||
# https://github.com/usnistgov/pycdcs/issues/1
|
||||
rev = "0a770b752301c27e227ca40a4752f305b55dee20";
|
||||
hash = "sha256-AUrVEFea4VtBJXWWgECqdBFCqKuHWAlh07Dljp+HBa0=";
|
||||
rev = "3aeaeb4782054a220e916c189ffe440d113b571d";
|
||||
hash = "sha256-OsabgO2B2PRhU3DVvkK+f9VLOMqctl4nyCETxLtzwNs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user