mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
python3Packages.cdcs: 0.1.5 -> 0.1.6
This commit is contained in:
parent
6ea5ed2a7d
commit
22c9c23890
@ -9,7 +9,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.1.5";
|
version = "0.1.6";
|
||||||
pname = "cdcs";
|
pname = "cdcs";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "usnistgov";
|
owner = "usnistgov";
|
||||||
repo = "pycdcs";
|
repo = "pycdcs";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0sd0s0mka2bvpxxiz98cjc2h5ncsb7d03af1q3w9w8pmvfsgj7pc";
|
sha256 = "sha256-w9CBNOK9oXTIUa+SsnepRN0wAz7WPZGfUNDSbtVn1L8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user